| Commit message (Collapse) | Author | Files | Lines |
|
(#6878)
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.
|
|
Workaround for jaraco/zipp#40
|
|
|
|
|
|
|
|
|
|
If they don't then the device lists are probably out of sync.
|
|
add device signatures to device key query results
|
|
We were looking at the wrong event type (`m.room.encryption` vs
`m.room.encrypted`).
Also fixup th |