dendrite/roomserver/storage/shared
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
..
membership_updater.go Fix transactions around assigning NIDs 2022-09-09 13:30:09 +01:00
prepare.go Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
room_updater.go Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00
storage.go Use PDU interface 2023-04-27 14:25:42 +01:00
storage_test.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00