dendrite/roomserver/storage
Neil Alexander 191486438c
Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265)
* Assign room NIDs and state key NIDs outside of database transactions

* In roomserver storage package too

* Don't take a `txn` parameter, clean up SQLite
2022-03-17 18:24:27 +00:00
..
postgres Various bug fixes and tweaks around invites and membership 2022-03-17 17:05:21 +00:00
shared Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265) 2022-03-17 18:24:27 +00:00
sqlite3 Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265) 2022-03-17 18:24:27 +00:00
tables Various bug fixes and tweaks around invites and membership 2022-03-17 17:05:21 +00:00
interface.go
storage_wasm.go
storage.go