mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 00:38:42 -04:00
Re-add docstring, with caveats detailed
This commit is contained in:
parent
0287d033ee
commit
c2203bea57
3 changed files with 7 additions and 3 deletions
|
@ -514,7 +514,7 @@ class RoomMemberHandler(object):
|
|||
if old_room and old_room["is_public"]:
|
||||
yield self.store.set_room_is_public(old_room_id, False)
|
||||
yield self.store.set_room_is_public(room_id, True)
|
||||
|
||||
|
||||
# Check if any groups we own contain the predecessor room
|
||||
local_group_ids = yield self.store.get_local_groups_for_room(old_room_id)
|
||||
for group_id in local_group_ids:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue