about summary refs log tree commit diff
path: root/src/screens/Messages/ChatList.tsx
diff options
context:
space:
mode:
authorAna <anastasiyauraleva@gmail.com>2025-07-23 17:21:17 -0700
committerAna <anastasiyauraleva@gmail.com>2025-07-23 20:01:03 -0700
commita3b188baecc34872e1ccda446d2b7b2f2064f727 (patch)
treede3feda2a7766d7c77832b3e60955c5d269a2b81 /src/screens/Messages/ChatList.tsx
parent8f1cd861151309c84d805e8df7be0081a2a57b14 (diff)
downloadvoidsky-a3b188baecc34872e1ccda446d2b7b2f2064f727.tar.zst
update: comment with a name
Diffstat (limited to 'src/screens/Messages/ChatList.tsx')
-rw-r--r--src/screens/Messages/ChatList.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Messages/ChatList.tsx b/src/screens/Messages/ChatList.tsx
index 5f06945b1..c37a025cc 100644
--- a/src/screens/Messages/ChatList.tsx
+++ b/src/screens/Messages/ChatList.tsx
@@ -229,6 +229,7 @@ export function MessagesScreenInner({navigation, route}: Props) {
     return listenSoftReset(onSoftReset)
   }, [onSoftReset, isScreenFocused])
 
+  // NOTE(APiligrim)
   // Show empty state only if there are no conversations at all
   const actualConversations = conversations.filter(
     item => item.type === 'CONVERSATION',