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>2018-04-10 11:37:49 +0300
committerJoas Schilling <coding@schilljs.com>2018-04-20 12:03:09 +0300
commit2f4adcb9c10e0a6067476418ff658df0e6d3f99f (patch)
tree18190def064de75243668acb257d868d782e2ca8 /lib/Capabilities.php
parentc874be537db9ecab40407d4fb4f1ffd8a9e78b55 (diff)
Add proper chat message offset support
The offset now is based on the last known chat message instead of limit-offset, so new messages don't mess up requests to get the history of a room Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Capabilities.php')
-rw-r--r--lib/Capabilities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 5672725e6..82aa60cc2 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -43,7 +43,7 @@ class Capabilities implements IPublicCapability {
'features' => [
'audio',
'video',
- 'chat',
+ 'chat-v2',
'guest-signaling',
'empty-group-room',
'guest-display-names',