dendrite/roomserver/storage
Neil Alexander 131bedc1a1
Remove event type and state key caches (#2200)
* Don't proactively cache event types and state keys when we don't know if the transaction has persisted yet

* Remove event type and state key caches altogether
2022-02-18 10:58:41 +00:00
..
postgres Don't re-send sent events in add_state_events (#2195) 2022-02-17 13:53:48 +00:00
shared Remove event type and state key caches (#2200) 2022-02-18 10:58:41 +00:00
sqlite3 Don't re-send sent events in add_state_events (#2195) 2022-02-17 13:53:48 +00:00
tables Don't re-send sent events in add_state_events (#2195) 2022-02-17 13:53:48 +00:00
interface.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
storage_wasm.go
storage.go