dendrite/federationapi/internal
Kegan Dougal cb07659d54 Use PDU interface
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 14:25:42 +01:00
..
api.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationclient.go Move high level room joining logic to GMSL (#3065) 2023-04-27 00:43:46 +00:00
federationclient_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
keys.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
perform.go Use PDU interface 2023-04-27 14:25:42 +01:00
perform_test.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
query.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00