Update proposals/4186-simplified-sliding-sync.md

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
erikj/sss
Erik Johnston 6 days ago committed by GitHub
parent de0a6a4491
commit 380bbf9833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -106,7 +106,7 @@ A "list" is then a set of filters (e.g. only match invites, or DM rooms, etc) pl
*filtered* list of rooms. For example, a common list config would be no filters (i.e. all rooms) plus the range *filtered* list of rooms. For example, a common list config would be no filters (i.e. all rooms) plus the range
`[0,19]`, which would cause the server to return the top 20 rooms (by activity). `[0,19]`, which would cause the server to return the top 20 rooms (by activity).
Specifically, a room matches a given list if after filtering the server maintained list of rooms by the list's filters, Specifically, a room matches a given list if after filtering the server-maintained list of rooms by the list's filters,
the room's index in the filtered list is within the list's range. the room's index in the filtered list is within the list's range.
#### Activity ordering #### Activity ordering

Loading…
Cancel
Save