mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-29 03:20:23 +00:00
Fix create_group to pass requester_user_id
This commit is contained in:
@@ -733,7 +733,7 @@ class GroupsServerHandler(object):
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def create_group(self, group_id, requester_user_id, content):
|
||||
group = yield self.check_group_is_ours(group_id)
|
||||
group = yield self.check_group_is_ours(group_id, requester_user_id)
|
||||
|
||||
logger.info("Attempting to create group with ID: %r", group_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user