diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-09-21 14:55:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 14:55:46 +0100 |
commit | a06c18bb562749db1a175a6295e995ec877f1c92 (patch) | |
tree | eb0a4268fd852c226e4ecbb90b9528a825c4c114 /sytest-blacklist | |
parent | 880b16449087cdadfa537e6ced4d1bb4ca703f24 (diff) |
Soft-fail (#1364)
* Initial work on soft-fail
* Fix state block retrieval
* Copy-pasta QueryLatestEventsAndState code
* Fix state lookup
* Clean up
* Fix up failing sytest
* Linting
* Update previous events SQLite insert query
* Update SQLite InsertPreviousEvent properly
* Hopefully fix the event references updates
Co-authored-by: Kegan Dougal <kegan@matrix.org>
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index 246e6830..2f80fc78 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -52,7 +52,4 @@ 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 - -# flakey since implementing rejected events -Inbound federation correctly soft fails events
\ No newline at end of file +The only membership state included in a gapped incremental sync is for senders in the timeline
\ No newline at end of file |