0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-05 20:48:37 +02:00
dendrite/roomserver/internal
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
..
helpers Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
input Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
perform refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
query Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
alias.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
api.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00