From 48f386ace5eac24d0fd7b9bc1a65e73500d76e1a Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 19 Nov 2020 17:15:47 +0000 Subject: [PATCH] Clarify --- proposals/2836-threading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2836-threading.md b/proposals/2836-threading.md index dccde435..3f9a9c3f 100644 --- a/proposals/2836-threading.md +++ b/proposals/2836-threading.md @@ -163,7 +163,7 @@ all the necessary auth events for the events in `events`, e.g: // Optional: can be omitted if the server doesn't implement threaded pagination. "limited": true|false, // True if there are more events to return because the `limit` was reached. Servers are not obligated // to return more events, see if the next_batch token is provided or not. - "auth_chain": [ // The auth events required to authenticate events in `events` + "auth_chain": [ // The auth events required to authenticate events in `events`, in any order without duplicates. { ... }, { ... }, { ... }, ] }