Sync MyStories using the ID not the name
This commit is contained in:
parent
6d1a27be5a
commit
782838c591
5 changed files with 14 additions and 18 deletions
|
@ -239,9 +239,7 @@ export const StoriesSettingsModal = ({
|
|||
return undefined;
|
||||
}
|
||||
|
||||
const isSelected = selectedConversationUuids.has(
|
||||
UUID.fromString(contact.uuid)
|
||||
);
|
||||
const isSelected = selectedConversationUuids.has(UUID.cast(contact.uuid));
|
||||
|
||||
return {
|
||||
type: RowType.ContactCheckbox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue