mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
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. |
||
|---|---|---|
| .. | ||
| membership_updater.go | ||
| prepare.go | ||
| room_updater.go | ||
| storage.go | ||
| storage_test.go | ||