mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Fix typo
This commit is contained in:
parent
4ce4379235
commit
27e727a146
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class GroupsServerHandler(object):
|
|||
if not is_public:
|
||||
entry["is_public"] = False
|
||||
|
||||
if not self.is_mine_id(requester_user_id):
|
||||
if not self.is_mine_id(g_user_id):
|
||||
attestation = yield self.store.get_remote_attestation(group_id, g_user_id)
|
||||
if not attestation:
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue