dendrite/syncapi/storage
Till Faelligen 472887fc32
Always include notification data for rooms in our reponse
This is to avoid issues where we return notification data in one sync,
but not the other. Which could result in clients simply displaying a
"dot" as the count. (Observerd in Element Android, where the count would
disappear on subsequent syncs where no notification data would be
present, e.g. we only returned ephemeral data). It's also something Synapse is doing.
2022-09-27 07:43:32 +02:00
..
postgres Always include notification data for rooms in our reponse 2022-09-27 07:43:32 +02:00
shared Always include notification data for rooms in our reponse 2022-09-27 07:43:32 +02:00
sqlite3 Always include notification data for rooms in our reponse 2022-09-27 07:43:32 +02:00
tables Always include notification data for rooms in our reponse 2022-09-27 07:43:32 +02:00
interface.go Always include notification data for rooms in our reponse 2022-09-27 07:43:32 +02:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00