-
Notifications
You must be signed in to change notification settings - Fork 18
Open
1 / 11 of 1 issue completedDescription
Description
In the context of threads 2.0, we want a smart mechanism to update threads. We need such mecanisms for several reasons:
- update the unread status
- compute mention badge
- update the thread list in the activity center ( [Story] Threads: Managing Threads in the Activity Center #2768)
We need SSS to provide threads updates in an efficient way.
Acceptance criteria
- TBD
Dependencies
- None
Out of scope
- EX could do like for threads 1.0 with
/relations
or back paginate the entire room to previous known event but we know it is not usable for the end users.- We expimented it but the performance does not make it usable
Subtasks
MSC
Synapse
- Threads 2.0: Design and implement a sliding sync extension for threads synapse#18436
- Add companion endpoint for MSC4360: Sliding Sync Threads Extension synapse#19041