From 795cc3fce937ffd5f89e4cca330af89b8be5cdd0 Mon Sep 17 00:00:00 2001 From: timedout Date: Sat, 11 Apr 2026 20:09:44 +0100 Subject: [PATCH] Update content/server-server-api.md Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index baf8f5c0..4f0cca19 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -1508,7 +1508,7 @@ expected to be published and therefore should be skipped at this stage. Additionally, any keys that are known to have expired prior to the event's `origin_server_ts` are ignored. -If all signatures from known keys are found to be valid, the expected content hash is +If all signatures from known unexpired keys from the originating server(s) are found to be valid, the expected content hash is calculated as described below. The content hash in the `hashes` property of the received event is base64-decoded, and the two are compared for equality.