From 2cba1ba7d8186453cdbb2ef6da0f574e88b5c45c Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Tue, 24 Sep 2024 14:09:27 +0200 Subject: [PATCH] feat: add filtering of archived conversations - show ongoing calls in archived conversations, if 'notify about calls' is truthy Signed-off-by: Maksim Sukharev [skip ci] --- src/components/LeftSidebar/LeftSidebar.vue | 71 ++++++++++++++++------ src/store/conversationsStore.js | 10 +++ src/utils/conversation.js | 52 ++++++++++++++-- 3 files changed, 112 insertions(+), 21 deletions(-) diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 1c5ad9840ef..9af25d5ab71 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -136,6 +136,7 @@