mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
This should fix #3004 by making sure we also update our in-memory ACLs after joining a new room. Also makes use of more caching in `GetStateEvent` Bonus: Adds some tests, as I was about to use `GetBulkStateContent`, but turns out that `GetStateEvent` is basically doing the same, just that it only gets the `eventTypeNID`/`eventStateKeyNID` once and not for every call. |
||
|---|---|---|
| .. | ||
| input.go | ||
| input_events.go | ||
| input_events_test.go | ||
| input_latest_events.go | ||
| input_membership.go | ||
| input_missing.go | ||
| input_test.go | ||