mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
Update docs for updating room group association
This commit is contained in:
parent
13b3d7b4a0
commit
207fabbc6a
2 changed files with 2 additions and 2 deletions
|
@ -533,7 +533,7 @@ class GroupsServerHandler(object):
|
|||
@defer.inlineCallbacks
|
||||
def update_room_group_association(self, group_id, requester_user_id, room_id,
|
||||
content):
|
||||
"""Add room to group
|
||||
"""Add or update an association between room and group
|
||||
"""
|
||||
RoomID.from_string(room_id) # Ensure valid room id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue