isInSystemContacts should use systemName

This commit is contained in:
Fedor Indutny 2023-03-22 12:25:52 -07:00 committed by GitHub
parent f272433b7a
commit 56145fabcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -62,9 +62,13 @@ export default {
onDeleteList: { action: true },
onDistributionListCreated: { action: true },
onHideMyStoriesFrom: { action: true },
onMediaPlaybackStart: { action: true },
onSend: { action: true },
onViewersUpdated: { action: true },
setMyStoriesToAllSignalConnections: { action: true },
mostRecentActiveStoryTimestampByGroupOrDistributionList: {
defaultValue: {},
},
signalConnections: {
defaultValue: Array.from(Array(42), getDefaultConversation),
},