dendrite/syncapi/types
texuf 4e30e03345 Fix broken notification incremental sync
I was not seeing unread notifications in sync, even if they were written to the db

Notifications are in their own stream, but the code was trying to tack them onto the join room stream. If the offsets “happened” to line up, you might get a count here or there, but they would be totally wrong (jump from 1 to 0 to 2, etc)

To fix, put them in their own top level object, handle them on the client.

Signed-off-by: Austin Ellis <austin@hntlabs.com>
2022-09-13 12:17:16 -07:00
..
presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
provider.go Don't send account data or receipts for left/forgotten rooms (#2382) 2022-04-27 12:03:34 +01:00
types.go Fix broken notification incremental sync 2022-09-13 12:17:16 -07:00
types_test.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00