Ensure incoming pinned conversations are not archived
Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
parent
91beef7797
commit
bba9df3149
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ export async function mergeAccountRecord(
|
||||||
});
|
});
|
||||||
|
|
||||||
remotelyPinnedConversations.forEach(conversation => {
|
remotelyPinnedConversations.forEach(conversation => {
|
||||||
conversation.set({ isPinned: true });
|
conversation.set({ isPinned: true, isArchived: false });
|
||||||
updateConversation(conversation.attributes);
|
updateConversation(conversation.attributes);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue