From 02bf6b4eb0bad360302961bd5026358cfb60858c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 23 Oct 2019 13:01:12 +0200 Subject: [PATCH] Sort conversations by favorite and last activity Signed-off-by: Joas Schilling --- .../Navigation/ConversationsList/Conversation.vue | 7 ++++++- .../ConversationsList/ConversationsList.vue | 13 ++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/components/Navigation/ConversationsList/Conversation.vue b/src/components/Navigation/ConversationsList/Conversation.vue index 0859796f6..5376c9429 100644 --- a/src/components/Navigation/ConversationsList/Conversation.vue +++ b/src/components/Navigation/ConversationsList/Conversation.vue @@ -21,7 +21,7 @@