mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-11 16:13:10 -06:00
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. |
||
|---|---|---|
| .. | ||
| deltas | ||
| account_data_table.go | ||
| backwards_extremities_table.go | ||
| current_room_state_table.go | ||
| filter_table.go | ||
| filtering.go | ||
| ignores_table.go | ||
| invites_table.go | ||
| memberships_table.go | ||
| notification_data_table.go | ||
| output_room_events_table.go | ||
| output_room_events_topology_table.go | ||
| peeks_table.go | ||
| presence_table.go | ||
| receipt_table.go | ||
| send_to_device_table.go | ||
| syncserver.go | ||