mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
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]
This commit is contained in:
parent
23e097c3f0
commit
e8b1a89ff6
4 changed files with 41 additions and 29 deletions
|
@ -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
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue