Compare commits

..

No commits in common. "3dd4b40aedd82e0c818c4688b1de14a3746e69d5" and "760745bdc2ba5ca8599de8ea7ec988deeaa72366" have entirely different histories.

4 changed files with 14 additions and 14 deletions

View file

@ -26,10 +26,10 @@ on certain keys of certain event types.
The supported keys to search over are: The supported keys to search over are:
- `content.body` in [`m.room.message`](/client-server-api/#mroommessage) - `content.body` in [`m.room.message`](#mroommessage)
- `content.name` in [`m.room.name`](/client-server-api/#mroomname) - `content.name` in [`m.room.name`](#mroomname)
- In [`m.room.topic`](/client-server-api/#mroomtopic), `content.topic` - `content.topic` as well as the `body` of the `text/plain` representation
as well as the `body` of the `text/plain` representation in `content['m.topic']`. in [`m.room.topic`](#mroomtopic)
The search will *not* include rooms that are end to end encrypted. The search will *not* include rooms that are end to end encrypted.

View file

@ -109,17 +109,17 @@ paths:
name: name:
type: string type: string
description: |- description: |-
If this is included, an [`m.room.name`](/client-server-api/#mroomname) event If this is included, an [`m.room.name`](#mroomname) event
will be sent into the room to indicate the name for the room. will be sent into the room to indicate the name for the room.
This overwrites any [`m.room.name`](/client-server-api/#mroomname) This overwrites any [`m.room.name`](#mroomname) event in
event in `initial_state`. `initial_state`.
topic: topic:
type: string type: string
description: |- description: |-
If this is included, an [`m.room.topic`](/client-server-api/#mroomtopic) If this is included, an [`m.room.topic`](#mroomtopic) event
event with a `text/plain` mimetype will be sent into the room with a `text/plain` mimetype will be sent into the room to
to indicate the topic for the room. This overwrites any indicate the topic for the room. This overwrites any
[`m.room.topic`](/client-server-api/#mroomtopic) event in `initial_state`. [`m.room.topic`](#mroomtopic) event in `initial_state`.
invite: invite:
type: array type: array
description: |- description: |-

View file

@ -22,7 +22,7 @@ items:
The string content. The string content.
Clients SHOULD validate and sanitize the content as they do Clients SHOULD validate and sanitize the content as they do
for rich content associated with [`msgtype`](/client-server-api/#mroommessage-msgtypes) for rich content associated with [`msgtype`](#mroommessage-msgtypes)
of [`m.room.message`](/client-server-api/#mroommessage). of [`m.room.message`](#mroommessage).
required: required:
- body - body