dendrite/setup
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
..
base Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
config refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
jetstream Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00
mscs Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
process Track reasons why the process is in a degraded state 2022-10-04 13:02:41 +01:00
flags.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
monolith.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00