You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? //If the conversation list chunk does not exist, we have to create it and add the conversation as the first element
62
+
[contactEnsName]
63
+
: //If the conversation list chunk exists, we have to check if the conversation has been already added. If so we can just return the conversation list chunk as it is.
64
+
conversationIsAlreadyInList
65
+
? [...conversationListChunk.conversationList]
66
+
: //If the conversation has not been added yet, we have to add it to the conversation list chunk
0 commit comments