mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Merge pull request #775 from superdump/superdump/fed-pdu-state-update-fix
server-server api: Fix swapped pdu state update field descriptions
This commit is contained in:
commit
a091d86707
|
|
@ -444,9 +444,9 @@ keys exist to support this:
|
|||
state is updated
|
||||
``required_power_level`` Integer The required power level needed to
|
||||
replace this update.
|
||||
``prev_state_id`` String The homeserver of the update this
|
||||
replaces
|
||||
``prev_state_origin`` String The PDU id of the update this replaces.
|
||||
``prev_state_id`` String The PDU id of the update this replaces.
|
||||
``prev_state_origin`` String The homeserver of the update this
|
||||
replaces.
|
||||
``user_id`` String The user updating the state.
|
||||
======================== ============ =========================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue