mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
Add contains_url filter option
This commit is contained in:
parent
459f4b953d
commit
085131b617
|
|
@ -28,4 +28,8 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
contains_url:
|
||||||
|
type: boolean
|
||||||
|
description: If specified will filter events based on if they have a url key in their
|
||||||
|
content.
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue