Skip to content

Commit 4d88858

Browse files
committed
Try to clarify which token we use
1 parent b3ac5ee commit 4d88858

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proposals/4308-sliding-sync-ext-thread-subscriptions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ URL parameters:
128128
If this token is not provided, then backpagination starts from the 'end'.
129129

130130
- `to` (string, optional): a token used to limit the backpagination \
131-
The token can be acquired from a Sliding Sync response.
131+
The token, originally acquired from `pos` in a Sliding Sync response,
132+
would be the same one used as the `pos` **request** parameter in the
133+
Sliding Sync request that returned the `prev_batch`.
132134

133135
- `limit` (int, optional; default `100`): a maximum number of thread subscriptions to fetch
134136
in one response. \

0 commit comments

Comments
 (0)