room_id is required for peeking

Fixes: #2098
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
pull/2216/head
Johannes Marbach 2 months ago
parent 21109b4d5b
commit 1659acfc45

@ -0,0 +1 @@
`room_id` is required for peeking via `/_matrix/client/v3/events`.

@ -59,6 +59,7 @@ paths:
example: "!somewhere:over.the.rainbow"
schema:
type: string
required: true
responses:
"200":
description: The events received, which may be none.

Loading…
Cancel
Save