diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-10-14 16:49:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 16:49:25 +0100 |
commit | 6f12b8f85c6e244b026df8016e60315e99603d9d (patch) | |
tree | 0beb85d34bd4938fdda20994274a1897facf5f99 /sytest-whitelist | |
parent | e3a3908654428c3b164159d3af5b1bddf3411df5 (diff) |
Ignore typing events where sender doesn't match origin (#1523)
* Ignore typing notifications where the sender doesn't match the origin
* Update sytest-whitelist
* Fix formatting directives
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index f4fb993a..2ba0a88b 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -483,3 +483,4 @@ POST rejects invalid utf-8 in JSON Users cannot kick users who have already left a room A prev_batch token from incremental sync can be used in the v1 messages API Event with an invalid signature in the send_join response should not cause room join to fail +Inbound federation rejects typing notifications from wrong remote |