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 <213943+nickvergessen@users.noreply.github.com>2018-07-30 09:38:33 +0300
committerGitHub <noreply@github.com>2018-07-30 09:38:33 +0300
commitfa292a6b3fce4131a941344940d3c8a5bef5bcdd (patch)
treeb54be4ab8b2229f29048397d406419b56cccb533 /lib/Capabilities.php
parent0f7af62fc3d95a67e6baf936205b0280d3cc768e (diff)
parentfff85cab2eac394c41e1c3f88ed9bd3d41f2b895 (diff)
Merge pull request #1067 from nextcloud/feature/614/system-chat-messages
Start with system chat messages
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 dff42d79b..8b21e9625 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -42,6 +42,7 @@ class Capabilities implements IPublicCapability {
'favorites',
'last-room-activity',
'no-ping',
+ 'system-messages',
],
],
];