0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 10:28:24 +02:00
dendrite/federationapi
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
..
api Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
consumers Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
internal Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00
producers refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
queue Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
routing Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00
statistics refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
types refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
federationapi.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationapi_keys_test.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationapi_test.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00