diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:55:55 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:55:55 +0100 |
commit | c0bebd00ef81bff6c0ceeb6ad610146e1a271305 (patch) | |
tree | cee2c96567832143dd590635fd39b915e924352e /sytest-blacklist | |
parent | Move deprecation notices to the top of the changelog (diff) | |
parent | Handle inbound events from federation asynchronously (#10272) (diff) | |
download | synapse-c0bebd00ef81bff6c0ceeb6ad610146e1a271305.tar.xz |
Merge remote-tracking branch 'origin/erikj/async_federation_base_branch' into release-v1.37
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index de9986357b..89c4e828fd 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -41,3 +41,9 @@ We can't peek into rooms with invited history_visibility We can't peek into rooms with joined history_visibility Local users can peek by room alias Peeked rooms only turn up in the sync for the device who peeked them + + +# Blacklisted due to changes made in #10272 +Outbound federation will ignore a missing event with bad JSON for room version 6 +Backfilled events whose prev_events are in a different room do not allow cross-room back-pagination +Federation rejects inbound events where the prev_events cannot be found |