0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-03 19:58:21 +02:00
dendrite/roomserver/api
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
..
alias.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00
alias_test.go Fix lint errors 2022-03-24 10:03:22 +00:00
api.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
input.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
output.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
perform.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
query.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
wrapper.go Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00