mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
We're in the middle of properly mitigating spam caused by malicious aliases being added to a room. However, until this work fully lands, we temporarily filter out all m.room.aliases events from /sync and /messages on the CS API, to remove abusive aliases. This is considered acceptable as m.room.aliases events were never a reliable record of the given alias->id mapping and were purely informational, and in their current state do more harm than good.
1 line
96 B
Gherkin
1 line
96 B
Gherkin
Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced.
|