mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 08:26:57 +00:00
fix up
This commit is contained in:
@@ -91,7 +91,8 @@ class BulkPushRuleEvaluator:
|
||||
profile_info = room_members.get(uid)
|
||||
if profile_info:
|
||||
display_name = profile_info.display_name
|
||||
else:
|
||||
|
||||
if not display_name:
|
||||
# Handle the case where we are pushing a membership event to
|
||||
# that user, as they might not be already joined.
|
||||
if event.type == EventTypes.Member and event.state_key == uid:
|
||||
|
||||
Reference in New Issue
Block a user