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
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-02-18 12:30:07 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-18 12:30:07 +0300
commitf2b479650238f50134a88554b6c8ffc17f3ad11f (patch)
tree121af1b30c4c45f55af59d9510af537a1037df89 /docs
parent93c4d839d44aa34148b92212dd6f9dfac349a5ab (diff)
Sort by isFavorite and lastActivity instead of lastPing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 45023df01..1b9a4ef3a 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -41,7 +41,7 @@
`listable` | int | * | Listable scope for the room (only available with `listable-rooms` capability)
`count` | int | 🏴 v1 | **Deprecated:** ~~Number of active users~~ - always returns `0`
`numGuests` | int | 🏴 v1 | Number of active guests
- `lastPing` | int | * | Timestamp of the last ping of the current user (should be used for sorting)
+ `lastPing` | int | * | Timestamp of the last ping of the current user
`sessionId` | string | * | `'0'` if not connected, otherwise a 512 character long string
`hasPassword` | bool | * | Flag if the conversation has a password
`hasCall` | bool | * | Flag if the conversation has an active call