matrix-org.dendrite/roomserver/internal/perform
Till 3c1474f68f
Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibility (#2787)
Sytest was using a wrong `history_visibility` for `invited`
(https://github.com/matrix-org/sytest/pull/1303), so `invited` was
passing for the wrong reason (-> defaulted to `shared`, as `invite`
wasn't understood).
This change now handles missing events like Synapse, if a server isn't
allowed to see the event, it gets a redacted version of it, making the
`get_missing_events` tests pass.
2022-10-11 16:04:02 +02:00
..
perform_admin.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
perform_backfill.go Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibility (#2787) 2022-10-11 16:04:02 +02:00
perform_forget.go Implement forgetting about rooms (#1572) 2020-11-05 10:19:23 +00:00
perform_inbound_peek.go De-race `types.RoomInfo` (#2600) 2022-08-01 15:29:19 +01:00
perform_invite.go Remove `origin` field from PDUs (#2737) 2022-09-26 17:35:35 +01:00
perform_join.go Fix issue with DMs shown as normal rooms (#2776) 2022-10-07 16:00:12 +02:00
perform_leave.go Fix issue with DMs shown as normal rooms (#2776) 2022-10-07 16:00:12 +02:00
perform_peek.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
perform_publish.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
perform_unpeek.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
perform_upgrade.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00