mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Requires https://github.com/matrix-org/gomatrixserverlib/pull/376 This has numerous upsides: - Less type casting to `*Event` is required. - Making Dendrite work with `PDU` interfaces means we can swap out Event impls more easily. - Tests which represent weird event shapes are easier to write. Part of a series of refactors on GMSL. |
||
|---|---|---|
| .. | ||
| testrig | ||
| wasm | ||
| db.go | ||
| event.go | ||
| http.go | ||
| keyring.go | ||
| keys.go | ||
| memory_federation_db.go | ||
| memory_relay_db.go | ||
| room.go | ||
| slice.go | ||
| user.go | ||