0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-11-12 12:51:11 +01:00
dendrite/syncapi/types
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
..
presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
provider.go Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
types.go Always add UnreadNotifications to joined room reponses (#2793) 2022-10-14 10:38:12 +02:00
types_test.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00