0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 18:08:59 +02:00
dendrite/userapi
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
..
api refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
consumers Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
internal refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
producers Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
storage refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
types refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
util refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
userapi.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00
userapi_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00