0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 02:18:34 +02:00
dendrite/userapi
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
..
api Add key backup tests (#3071) 2023-04-28 17:49:38 +02:00
consumers Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
internal Add key backup tests (#3071) 2023-04-28 17:49:38 +02: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 Use PDU in more places (#3072) 2023-04-28 16:00:22 +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