Update dependencies. Closes #9
This commit is contained in:
@ -63,7 +63,7 @@ func (store *AutosavingStateStore) MarkRegistered(userID string) {
|
||||
store.Save()
|
||||
}
|
||||
|
||||
func (store *AutosavingStateStore) SetMembership(roomID, userID, membership string) {
|
||||
func (store *AutosavingStateStore) SetMembership(roomID, userID string, membership gomatrix.Membership) {
|
||||
store.StateStore.SetMembership(roomID, userID, membership)
|
||||
store.Save()
|
||||
}
|
||||
|
Reference in New Issue
Block a user