Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-14 18:44:29 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-14 18:47:09 +0300
commitaf4e0e36088dd09c076dbab08d2a602b6582fcee (patch)
tree8638ec1fb85871ee0db2b106abe6458356708b5d /docs
parentaf69e3b78428caa03296d7d7d33b125832d1b74a (diff)
Add a capability for the phonebook search
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 22fca01ff..7fe8e69bd 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -59,4 +59,5 @@ title: Capabilities
* `config => previews => max-gif-size` - Maximum size in bytes below which a GIF can be embedded directly in the page at render time. Bigger files will be rendered statically using the preview endpoint instead. Can be set with `occ config:app:set spreed max-gif-size --value=X` where X is the new value in bytes. Defaults to 3 MB.
* `chat-read-status` - On conversation API v3 and the chat API the last common read message is exposed which can be used to update the "read status" flag of own chat messages. The info should be shown only when the user also shares their read status. The user's value can be found in `config => chat => read-privacy`.
* `config => chat => read-privacy` - See `chat-read-status`
+* `phonebook-search` - Is present when the server has the endpoint to search for phone numbers to find matches in the accounts list
* `listable-rooms` - Conversations can searched for even when not joined. A "listable" attribute set on rooms defines the scope of who can find it.