This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Missing validation on typing EDUs #13869
Closed
Description
When we receive a typing EDU from a remote homeserver, we neglect to check that said homeserver is in the room the typing EDU is for.
There was a check that looked like it was doing the job, except it was really checking that the local homeserver is in the room a second time:
synapse/synapse/handlers/typing.py
Lines 365 to 369 in 1a209ef
related: #11456