From db26877eee5a31760e66364f06a04769b1829a74 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Mon, 2 Jan 2017 23:09:16 +0100 Subject: [PATCH] server-server api: Fix swapped pdu state update field descriptions Signed-off-by: Robert Swain --- specification/server_server_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index 1a036373..98f8ab3e 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -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. ======================== ============ =========================================