Rename a parameter for clarity.

kegan/spaces-summary
Patrick Cloke 5 years ago
parent f145fa3e8a
commit f9c00a568b

@ -65,7 +65,7 @@ Example response:
"num_joined_members": 37, "num_joined_members": 37,
"topic": "Tasty tasty cheese", "topic": "Tasty tasty cheese",
"world_readable": true, "world_readable": true,
"origin_server_ts": 1432735824653, "creation_ts": 1432735824653,
"room_type": "m.space" "room_type": "m.space"
}, },
{ ... } { ... }
@ -110,7 +110,7 @@ Response fields:
with the addition of: with the addition of:
* **`room_type`**: the value of the `m.type` field from the * **`room_type`**: the value of the `m.type` field from the
room's `m.room.create` event, if any. room's `m.room.create` event, if any.
* **`origin_server_ts`**: the value of the `origin_server_ts` field from the * **`creation_ts`**: the value of the `origin_server_ts` field from the
room's `m.room.create` event. This is required for sorting of rooms as specified room's `m.room.create` event. This is required for sorting of rooms as specified
in [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772). in [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772).
* **`events`**: `m.space.child` events of the returned rooms. For each event, only the * **`events`**: `m.space.child` events of the returned rooms. For each event, only the

Loading…
Cancel
Save