From f2b479650238f50134a88554b6c8ffc17f3ad11f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Feb 2021 10:30:07 +0100 Subject: Sort by isFavorite and lastActivity instead of lastPing Signed-off-by: Joas Schilling --- docs/conversation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3