mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 12:38:38 +01:00
Define the default for the contains_url filter param
Fixes https://github.com/matrix-org/matrix-doc/issues/1553
This commit is contained in:
parent
1cbcaba2c7
commit
b68ed5d594
|
|
@ -31,5 +31,5 @@ allOf:
|
|||
type: array
|
||||
contains_url:
|
||||
type: boolean
|
||||
description: If ``true``, includes only events with a url key in their content. If
|
||||
``false``, excludes those events.
|
||||
description: If ``true``, includes only events with a ``url`` key in their content. If
|
||||
``false``, excludes those events. Defaults to ``false``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue