Ensure incoming pinned conversations are not archived
Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
@@ -725,7 +725,7 @@ export async function mergeAccountRecord(
|
||||
});
|
||||
|
||||
remotelyPinnedConversations.forEach(conversation => {
|
||||
conversation.set({ isPinned: true });
|
||||
conversation.set({ isPinned: true, isArchived: false });
|
||||
updateConversation(conversation.attributes);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user