0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-25 04:18:55 +02:00
dendrite/syncapi/storage
Till e79bfd8fd5
Get state deltas without filters (#2810)
This makes the following changes:
- get state deltas without the user supplied filter, so we can actually
"calculate" state transitions
- closes `stmt` when using SQLite
- Adds presence for users who newly joined a room, even if the syncing
user already knows about the presence status (should fix
https://github.com/matrix-org/complement/pull/516)
2022-10-19 14:05:39 +02:00
..
postgres Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
shared Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
sqlite3 Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
tables Event relations (#2790) 2022-10-13 14:50:52 +01:00
interface.go Event relations (#2790) 2022-10-13 14:50:52 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00