0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 01:18:57 +02:00
dendrite/roomserver/internal/input
kegsay 6171310307
Use PDU interface (#3070)
We only use it in a few places currently, enough to get things to
compile and run. We should be using it in much more places.

Similarly, in some places we cast []PDU back to []*Event, we need to not
do that. Likewise, in some places we cast PDU to *Event, we need to not
do that. For now though, hopefully this is a start.
2023-04-27 16:35:19 +01:00
..
input.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
input_events.go Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00
input_events_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
input_latest_events.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
input_membership.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
input_missing.go Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00
input_test.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00