Skip to content
Snippets Groups Projects
Commit 318a249c authored by Luke Barnard's avatar Luke Barnard
Browse files

Leave `is_public` as required argument of update_room_group_association

parent 207fabbc
No related branches found
No related tags found
No related merge requests found
......@@ -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={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment