dendrite/syncapi/storage
Neil Alexander 3afc623098
Fix RewritesState bug (#1557)
* Set RewritesState once

* Check if any new state provided

* Obey rewritesState

* Don't nuke everything the sync API knows when purging state

* Fix panic from duplicate insert

* Consistency

* Use HasState

* Remove nolint

* Clean up joined rooms on state rewrite
2020-10-22 10:39:16 +01:00
..
postgres
shared Fix RewritesState bug (#1557) 2020-10-22 10:39:16 +01:00
sqlite3
tables
interface.go Fix RewritesState bug (#1557) 2020-10-22 10:39:16 +01:00
storage.go
storage_test.go Add history visibility guards (#1470) 2020-10-02 17:08:13 +01:00
storage_wasm.go