mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-25 15:41:17 +02:00
When retrieving counts of notifications segment the results based on the thread ID, but choose whether to return them as individual threads or as a single summed field by letting the client opt-in via a sync flag. The summarization code is also updated to be per thread, instead of per room.