0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-06 14:38:56 +02:00
dendrite/cmd
kegsay f5b3144dc3
Use PDU not *Event in HeaderedEvent (#3073)
Requires https://github.com/matrix-org/gomatrixserverlib/pull/376

This has numerous upsides:
 - Less type casting to `*Event` is required.
- Making Dendrite work with `PDU` interfaces means we can swap out Event
impls more easily.
 - Tests which represent weird event shapes are easier to write.

Part of a series of refactors on GMSL.
2023-05-02 15:03:16 +01:00
..
create-account Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
dendrite refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
dendrite-demo-pinecone Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
dendrite-demo-yggdrasil Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
dendrite-upgrade-tests Use IRoomVersion (#3064) 2023-04-24 11:50:37 +01:00
furl refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
generate-config refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
generate-keys Complement QoL changes (#2663) 2022-08-23 13:10:29 +02:00
resolve-state Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00