dendrite/roomserver/state
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
..
state_test.go Room server changes for room versions (#930) 2020-03-19 18:33:04 +00:00
state.go Use PDU interface (#3070) 2023-04-27 16:35:19 +01:00