0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-05 17:28:53 +02:00
dendrite/roomserver/storage/shared
kegsay 1647213fac
Implement new RoomVersionImpl API (#3062)
As outlined in https://github.com/matrix-org/gomatrixserverlib/pull/368

The main change Dendrite side is that `RoomVersion` no longer has any
methods on it. Instead, you need to bounce via `gmsl.GetRoomVersion`.

It's very interesting to see where exactly Dendrite cares about this.
For some places it's creating events (fine) but others are way more
specific. Those areas will need to migrate to GMSL at some point.
2023-04-21 17:06:29 +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 Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
storage_test.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00