Allow sending ephemeral data to application services (#2018)
As per MSC2409. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
846cc49eb2
commit
96b32f68f9
4 changed files with 65 additions and 0 deletions
|
@ -32,6 +32,13 @@ properties:
|
|||
description: |-
|
||||
The localpart of the user associated with the application service. Events will be sent to the AS if this user is the target of the event, or
|
||||
is a joined member of the room where the event occurred.
|
||||
receive_ephemeral:
|
||||
type: boolean
|
||||
x-addedInMatrixVersion: "1.13"
|
||||
description: |-
|
||||
Whether the application service wants to [receive ephemeral data](/application-service-api/#pushing-ephemeral-data).
|
||||
|
||||
Defaults to `false` if not present.
|
||||
namespaces:
|
||||
type: object
|
||||
title: Namespaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue