0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-21 02:19:03 +02:00
dendrite/roomserver/storage
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
..
postgres More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
shared Check event is not rejected (#3243) 2023-10-25 09:47:21 +02:00
sqlite3 More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
tables Update ACLs when received as outliers (#3008) 2023-11-22 15:38:04 +01:00
interface.go [pseudoID] More pseudo ID fixes (#3167) 2023-08-15 12:37:04 +01:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00
storage_wasm.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00