Migrate schema to service ids
This commit is contained in:

committed by
Jamie Kyle

parent
71958f8a01
commit
8b0da36caa
@@ -24,7 +24,7 @@ export function arePinnedConversationsEqual(
|
||||
if (contact) {
|
||||
return (
|
||||
remotePinnedConversation.contact &&
|
||||
contact.uuid === remotePinnedConversation.contact.uuid
|
||||
contact.serviceId === remotePinnedConversation.contact.serviceId
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user