mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 19:08:38 +01:00
Merge pull request #2159 from jimmycuadra/reference-hash-purpose
Clarify the purpose of reference hashes.
This commit is contained in:
commit
7b0f5ea77b
|
|
@ -0,0 +1 @@
|
|||
Clarify the purpose of reference hashes.
|
||||
|
|
@ -1134,7 +1134,9 @@ Calculating the reference hash for an event
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The *reference hash* of an event covers the essential fields of an event,
|
||||
including content hashes. It is calculated as follows.
|
||||
including content hashes. It is used for event identifiers in some room versions.
|
||||
See the `room version specification`_ for more information. It is calculated as
|
||||
follows.
|
||||
|
||||
1. The event is put through the redaction algorithm.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue