dendrite/federationapi
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 refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
internal Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
producers refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
queue Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
routing Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
statistics refactor: update GMSL (#3058) 2023-04-19 15:50:33 +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
federationapi.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
federationapi_keys_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
federationapi_test.go Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00