diff --git a/synapse/visibility.py b/synapse/visibility.py index fce5855413d29d996d099bc6fbe50f9de240ced8..56603eb276b94028edca5cb68c4df10da69e6b7e 100644 --- a/synapse/visibility.py +++ b/synapse/visibility.py @@ -132,7 +132,7 @@ def filter_events_for_client( # now we temporarily filter out m.room.aliases entirely to mitigate # abuse, while we spec a better solution to advertising aliases # on rooms. - if event.type == EventTypes.Aliases: + if event.type == EventTypes.Aliases and filter_send_to_client: return None # Don't try to apply the room's retention policy if the event is a state event, as