mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-27 15:37:27 -04:00
User event.sender rather than alias event.user_id
This commit is contained in:
parent
e238013c44
commit
6bd856caa2
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ def auth_types_for_event(event):
|
||||||
auth_types = []
|
auth_types = []
|
||||||
|
|
||||||
auth_types.append((EventTypes.PowerLevels, "", ))
|
auth_types.append((EventTypes.PowerLevels, "", ))
|
||||||
auth_types.append((EventTypes.Member, event.user_id, ))
|
auth_types.append((EventTypes.Member, event.sender, ))
|
||||||
auth_types.append((EventTypes.Create, "", ))
|
auth_types.append((EventTypes.Create, "", ))
|
||||||
|
|
||||||
if event.type == EventTypes.Member:
|
if event.type == EventTypes.Member:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue