mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Comments
This commit is contained in:
parent
3431ec55dc
commit
14a34f12d7
4 changed files with 24 additions and 13 deletions
|
@ -430,7 +430,7 @@ class GroupsServerHandler(object):
|
|||
})
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def add_room(self, group_id, requester_user_id, room_id, content):
|
||||
def add_room_to_group(self, group_id, requester_user_id, room_id, content):
|
||||
"""Add room to group
|
||||
"""
|
||||
yield self.check_group_is_ours(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue