From cd0ff1b67db361888bbc534dc6bc020660db558b Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sat, 17 May 2025 21:54:39 +0530 Subject: [PATCH] Revert: Add subject back to conversation sidebar as old conversations will not have subject in message meta, so the sidebar subject needs to be shown for now. --- .../src/features/conversation/sidebar/ConversationInfo.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/features/conversation/sidebar/ConversationInfo.vue b/frontend/src/features/conversation/sidebar/ConversationInfo.vue index 5ed588d7..7c57e24a 100644 --- a/frontend/src/features/conversation/sidebar/ConversationInfo.vue +++ b/frontend/src/features/conversation/sidebar/ConversationInfo.vue @@ -1,9 +1,8 @@