diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-12-17 19:18:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 19:18:05 +0100 |
commit | e8b1a89ff69457b5e1aa1137786e4f0c03537d83 (patch) | |
tree | 23cc725d9345d0a2795e07090ac3cccffc97bcd2 /sytest-blacklist | |
parent | 23e097c3f0a0679404fb0f600026b2da43b333c4 (diff) |
Various fixes in `fetchAuthEvents` (#3447)
This might fix issues with state events gone missing.
---------
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
[skip ci]
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index d6fadc7e..f4c08545 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -17,4 +17,8 @@ If a device list update goes missing, the server resyncs on the next one Leaves are present in non-gapped incremental syncs # We don't have any state to calculate m.room.guest_access when accepting invites -Guest users can accept invites to private rooms over federation
\ No newline at end of file +Guest users can accept invites to private rooms over federation + +# Tests Synapse specific behavior +/state returns M_NOT_FOUND for an outlier +/state_ids returns M_NOT_FOUND for an outlier
\ No newline at end of file |