diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index 12af7e89a..ed72139d7 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -112,8 +112,8 @@ the room's index in the filtered list is within the list's range. #### Activity ordering Rooms are ordered by last activity, based on when the last event in the room was received by the server. The exact -ordering is determined by the server implementation. (Typically, this would be essentially based on when the "server -received" the last event in the room, however the precise definition depends on the server architecture, especially for +ordering is determined by the server implementation. (Typically, this would be essentially based on when the server +received the last event in the room, however the precise definition depends on the server architecture, especially for servers that are "distributed"). > [!Important]