0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-06 01:46:00 +02:00
synapse/changelog.d/12227.bugfix
Patrick Cloke 4df10d3214
Do not consider events by ignored users for relations (#12285)
Filter the events returned from `/relations` for the requester's ignored users
in a similar way to `/messages` (and `/sync`).
2022-03-24 10:25:42 -04:00

1 line
93 B
Text

Fix a long-standing bug where events from ignored users were still considered for relations.