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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-20 16:57:09 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-21 17:19:49 +0300
commit189f507c5b9e88704cc6c53b94be81b0d6c0a5fd (patch)
treeeb073c87c055ebb6ab9b0ce67866747b33f19a31 /docs/capabilities.md
parent764805f01787a19a5f19ac0f6c227f40fe449b68 (diff)
Allow to mark a conversation as unread
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/capabilities.md')
-rw-r--r--docs/capabilities.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index ce9739805..4acdb4274 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -85,3 +85,6 @@ title: Capabilities
## 13
* `direct-mention-flag` - The conversation list populates the boolean `unreadMentionDirect` when the user was mentioned directly (ignoring @all mentions) since their last visit
* `notification-calls` - Whether the API to opt out of call notifications is available
+
+## 14
+* `chat-unread` - Whether the API to mark a conversation as unread is available