0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-08 22:18:36 +02:00
dendrite/roomserver/internal
Neil Alexander b05e028f7d
Tweak LoadMembershipAtEvent behaviour when state not known (#2716)
Previously `LoadMembershipAtEvent` would fail if the state before one of
the events was not known, i.e. because it was an outlier. This modifies
it so that it gracefully handles not knowing the state and returns no
memberships instead, so that history visibility doesn't freak out and
kill `/sync` requests dead.
2022-09-13 12:52:09 +01:00
..
helpers Detect types.MissingStateError in CheckServerAllowedToSeeEvent (#2667) 2022-08-23 13:57:11 +01:00
input Fix missing signature check on the /get_missing_events response 2022-09-12 13:30:51 +01:00
perform Remove a couple unnecessary Sentry captures from backfill 2022-08-25 11:01:07 +01:00
query Tweak LoadMembershipAtEvent behaviour when state not known (#2716) 2022-09-13 12:52:09 +01:00
alias.go Roomserver producers package (#2546) 2022-07-01 10:54:07 +01:00
api.go Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554) 2022-07-05 14:50:56 +02:00