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-whitelist | |
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-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 91516428..553df1f1 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -472,4 +472,6 @@ 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 Room state at a rejected message event is the same as its predecessor -Room state at a rejected state event is the same as its predecessor
\ No newline at end of file +Room state at a rejected state event is the same as its predecessor +Inbound federation correctly soft fails events +Inbound federation accepts a second soft-failed event
\ No newline at end of file |