mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 23:20:46 -05:00
Replace usage of builder.user_id with builder.sender
`.user_id` is proxed to `.sender` in FrozenEvent, so this has no functional change
This commit is contained in:
parent
a388d59d44
commit
5180f12bae
@ -577,7 +577,7 @@ class Auth(object):
|
||||
key = (EventTypes.JoinRules, "", )
|
||||
join_rule_event_id = current_state_ids.get(key)
|
||||
|
||||
key = (EventTypes.Member, event.user_id, )
|
||||
key = (EventTypes.Member, event.sender, )
|
||||
member_event_id = current_state_ids.get(key)
|
||||
|
||||
key = (EventTypes.Create, "", )
|
||||
|
Loading…
Reference in New Issue
Block a user