Skip to content

Commit

Permalink
Remove unnecessary data.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed May 10, 2021
1 parent c142433 commit af8c7b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proposals/2946-spaces-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Example response:
"num_joined_members": 37,
"topic": "Tasty tasty cheese",
"world_readable": true,
"creation_ts": 1432735824653,
"room_type": "m.space"
},
{ ... }
Expand Down Expand Up @@ -100,9 +99,6 @@ Response fields:
with the addition of:
* **`room_type`**: the value of the `m.type` field from the
room's `m.room.create` event, if any.
* **`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
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
following fields are returned: `type`, `state_key`, `content`, `room_id`,
`sender`.<sup id="a1">[1](#f1)</sup>
Expand Down

0 comments on commit af8c7b0

Please sign in to comment.