Default disappearing message timeout fixes
This commit is contained in:
parent
c9415dcf67
commit
cd28e71bc6
25 changed files with 456 additions and 164 deletions
|
@ -23,6 +23,7 @@ import {
|
|||
getFilteredComposeGroups,
|
||||
getComposeGroupAvatar,
|
||||
getComposeGroupName,
|
||||
getComposeGroupExpireTimer,
|
||||
getComposeSelectedContacts,
|
||||
getComposerConversationSearchTerm,
|
||||
getComposerStep,
|
||||
|
@ -129,6 +130,7 @@ const getModeSpecificProps = (
|
|||
mode: LeftPaneMode.SetGroupMetadata,
|
||||
groupAvatar: getComposeGroupAvatar(state),
|
||||
groupName: getComposeGroupName(state),
|
||||
groupExpireTimer: getComposeGroupExpireTimer(state),
|
||||
hasError: hasGroupCreationError(state),
|
||||
isCreating: isCreatingGroup(state),
|
||||
selectedContacts: getComposeSelectedContacts(state),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue