dendrite/syncapi/routing
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
..
context_test.go Move GMSL client types to Dendrite (#3045) 2023-04-04 17:16:53 +00:00
context.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00
filter.go Move GMSL client types to Dendrite (#3045) 2023-04-04 17:16:53 +00:00
getevent.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00
memberships.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00
messages.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00
relations.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
routing.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
search_test.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
search.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00