dendrite/appservice
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 user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
consumers Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
query app service unix socket support (#3022) 2023-04-04 09:42:46 +02:00
appservice_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
appservice.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00