mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
Leave is_public as required argument of update_room_group_association
This commit is contained in:
@@ -846,7 +846,7 @@ class GroupServerStore(SQLBaseStore):
|
||||
)
|
||||
return self.runInteraction("remove_user_from_group", _remove_user_from_group_txn)
|
||||
|
||||
def update_room_group_association(self, group_id, room_id, is_public=True):
|
||||
def update_room_group_association(self, group_id, room_id, is_public):
|
||||
return self._simple_upsert(
|
||||
table="group_rooms",
|
||||
keyvalues={
|
||||
|
||||
Reference in New Issue
Block a user