diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-10-05 17:47:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 17:47:08 +0100 |
commit | 2e71d2708f7c922dcb6361c8a49022470b8b6e33 (patch) | |
tree | 7b8241f2bd45f18fc2eee8efd1cb6561553e0601 /sytest-blacklist | |
parent | 4e6b7f726d6741e0faa77ad0c8ba373ea58ef3f8 (diff) |
Resolve state after event against current room state when determining latest state changes (#1479)
* Resolve state after event against current room state when determining latest state changes
* Update sytest-whitelist
* Update sytest-whitelist, blacklist
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index 2f80fc78..ff7fdf7e 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -52,4 +52,9 @@ Inbound federation accepts a second soft-failed event Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state # We don't implement lazy membership loading yet. -The only membership state included in a gapped incremental sync is for senders in the timeline
\ No newline at end of file +The only membership state included in a gapped incremental sync is for senders in the timeline + +# Blacklisted out of flakiness after #1479 +Invited user can reject local invite after originator leaves +Invited user can reject invite for empty room +If user leaves room, remote user changes device and rejoins we see update in /sync and /keys/changes
\ No newline at end of file |