1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-21 08:17:06 +00:00
matrix-org.dendrite/roomserver/acls
Till b8f91485b4
Update ACLs when received as outliers (#3008)
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.
2023-11-22 15:38:04 +01:00
..
acls_test.go Move currentstateserver API to roomserver (#1387) 2020-09-03 17:20:54 +01:00
acls.go Update ACLs when received as outliers (#3008) 2023-11-22 15:38:04 +01:00