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-07-18 14:55:08 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-19 14:51:09 +0300
commit84b556629cc15e1db86926d778912657af4d739c (patch)
tree4680c968a7d7a400b7ea369057c08a61e514e7f1 /lib/Capabilities.php
parent6a33c3b9ae4e1325e3293af6c5341a88e45544ce (diff)
Store the timestamp of the last activity in a room and sort by that, instead of the last ping
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 1232ad373..081c5516a 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -49,6 +49,7 @@ class Capabilities implements IPublicCapability {
'guest-display-names',
'multi-room-users',
'favorites',
+ 'last-room-activity',
],
],
];