0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-11 05:29:18 +02:00
dendrite/roomserver/storage/shared
Till 70322699ab
Unset RoomServerEvent, since we can't be sure that Set actually updates the cached entry (#3002)
This should deflake UTs and be more correct in terms of getting
`Events`.
`Events` tries to fetch the event from the cache first and may get an
unredacted event from it, while it should already be redacted.
2023-03-09 09:52:13 +01:00
..
membership_updater.go Fix transactions around assigning NIDs 2022-09-09 13:30:09 +01:00
prepare.go Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
room_updater.go Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00
storage.go Unset RoomServerEvent, since we can't be sure that Set actually updates the cached entry (#3002) 2023-03-09 09:52:13 +01:00
storage_test.go Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00