Merge pull request #1751 from QMatrixClient/kitsune/contains_url_default

Describe the actual implication of omitting contains_url
This commit is contained in:
Travis Ralston 2018-12-12 09:52:51 -07:00 committed by GitHub
commit 0f7e285f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,4 +32,4 @@ allOf:
contains_url:
type: boolean
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.