From a5dc74bc409900c23cabf689857c9398e1b78ad0 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 8 Jan 2025 14:40:19 +0000 Subject: [PATCH] Update proposals/4186-simplified-sliding-sync.md Co-authored-by: Johannes Marbach --- proposals/4186-simplified-sliding-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index 275512a7cc3..4f7c729d532 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -34,7 +34,7 @@ These goals shaped the design of this proposal. The core differences between sync v2 and simplified sliding sync are: -- The server initially only sends the most recent N rooms to the client (where N is specified by the lcient), which then +- The server initially only sends the most recent N rooms to the client (where N is specified by the client), which then can paginate in older rooms in subsequent requests - The client can configure which information the server will return for different sets of rooms (e.g. a smaller timeline limit for older rooms).