0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-18 12:28:28 +02:00
dendrite/federationapi/queue
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
..
destinationqueue.go Update ACLs when received as outliers (#3008) 2023-11-22 15:38:04 +01:00
queue.go Update ACLs when received as outliers (#3008) 2023-11-22 15:38:04 +01:00
queue_test.go Update ACLs when received as outliers (#3008) 2023-11-22 15:38:04 +01:00