mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-13 11:11:07 -05:00
Leave is_public as required argument of update_room_group_association
This commit is contained in:
parent
207fabbc6a
commit
318a249c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ class GroupServerStore(SQLBaseStore):
|
||||||
)
|
)
|
||||||
return self.runInteraction("remove_user_from_group", _remove_user_from_group_txn)
|
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(
|
return self._simple_upsert(
|
||||||
table="group_rooms",
|
table="group_rooms",
|
||||||
keyvalues={
|
keyvalues={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue