dendrite/roomserver/storage
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
..
postgres Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
shared Use PDU interface 2023-04-27 14:25:42 +01:00
sqlite3 Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
tables Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
interface.go Use PDU interface 2023-04-27 14:25:42 +01:00
storage.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
storage_wasm.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00