Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove age_ts from reference hash calculation #1536

Merged
merged 4 commits into from May 23, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1 @@
Remove `age_ts` from the reference hash calculation section as it does no longer exists on events.
MichaelKohler marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion content/server-server-api.md
Expand Up @@ -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).
Expand Down