isInSystemContacts should use systemName
This commit is contained in:
parent
f272433b7a
commit
56145fabcc
3 changed files with 20 additions and 2 deletions
|
@ -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),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue