mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 04:04:10 +01:00
Merge pull request #1751 from QMatrixClient/kitsune/contains_url_default
Describe the actual implication of omitting contains_url
This commit is contained in:
commit
0f7e285f15
|
|
@ -32,4 +32,4 @@ allOf:
|
||||||
contains_url:
|
contains_url:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: If ``true``, includes only events with a ``url`` key in their content. If
|
description: If ``true``, includes only events with a ``url`` key in their content. If
|
||||||
``false``, excludes those events. Defaults to ``false``.
|
``false``, excludes those events. If omitted, ``url`` key is not considered for filtering.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue