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 /lib/Capabilities.php
parent764805f01787a19a5f19ac0f6c227f40fe449b68 (diff)
Allow to mark a conversation as unread
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Capabilities.php')
-rw-r--r--lib/Capabilities.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index c1cc9133f..5a8e6dfb1 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -78,6 +78,7 @@ class Capabilities implements IPublicCapability {
'read-only-rooms',
'listable-rooms',
'chat-read-marker',
+ 'chat-unread',
'webinary-lobby',
'start-call-flag',
'chat-replies',