mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-16 02:53:42 +01:00
Fix another reference to 'txn_id'
This commit is contained in:
parent
8316881393
commit
0db055b4ea
|
|
@ -35,8 +35,8 @@ formatted for federation by:
|
||||||
a ``state event`` which gives previous content of that state key.
|
a ``state event`` which gives previous content of that state key.
|
||||||
* Adding a ``redacted_because`` to the ``unsigned`` object if the event was
|
* Adding a ``redacted_because`` to the ``unsigned`` object if the event was
|
||||||
redacted which gives the event that redacted it.
|
redacted which gives the event that redacted it.
|
||||||
* Adding a ``txn_id`` to the ``unsigned`` object if the event was sent by the
|
* Adding a ``transaction_id`` to the ``unsigned`` object if the event was sent
|
||||||
client requesting it.
|
by the client requesting it.
|
||||||
|
|
||||||
Events in responses for APIs with the /v1 prefix are generated from an event
|
Events in responses for APIs with the /v1 prefix are generated from an event
|
||||||
formatted for the /v2 prefix by:
|
formatted for the /v2 prefix by:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue