From c2749d92f29bc4cad113ee3b27735977df96196e Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Tue, 23 May 2023 22:42:46 +0200 Subject: [PATCH] Remove age_ts from reference hash calculation Signed-off-by: Michael Kohler --- 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 fabe7820..b8c78345 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -1270,7 +1270,7 @@ specification](/rooms) for more information. It is calculated as follows. 1. The event is put through the redaction algorithm. -2. The `signatures`, `age_ts`, and `unsigned` properties are removed +2. The `signatures` and `unsigned` properties are removed from the event, if present. 3. The event is converted into [Canonical JSON](/appendices#canonical-json).