From 9444825941638afc357595f18a40bd5d008693d4 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Sat, 8 Jun 2024 22:06:59 +0200 Subject: [PATCH] api_docs: Fix typo in the new /users/me/presence doc. --- zerver/openapi/zulip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 3e356fcacb..8653f77b2b 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -9100,7 +9100,7 @@ paths: `presences`. This allows the client to have an identifier number up to which it knows it has obtained all the presence data. - The client should then pass this value when next queries this + The client should then pass this value when it next queries this endpoint, in order to only receive newer presence data to avoid redundant fetching of already known information.