dendrite/roomserver/api
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
..
alias_test.go
alias.go
api_trace.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
api.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
input.go
output.go
perform.go Set historyVisibility for backfilled events over federation (#2656) 2022-08-19 11:04:26 +02:00
query.go Tweak LoadMembershipAtEvent behaviour when state not known (#2716) 2022-09-13 12:52:09 +01:00
wrapper.go Allow un-rejecting events on reprocessing 2022-08-24 14:03:06 +01:00