mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 20:00:52 -05:00
Fix create_group to pass requester_user_id
This commit is contained in:
parent
2ca46c7afc
commit
c7d9f25d22
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user