Update header actions/add hiddenFromConversationSearch
This commit is contained in:
parent
00250e535c
commit
af4ad55c68
11 changed files with 204 additions and 27 deletions
|
@ -32,6 +32,7 @@ type ItemsType = Array<{
|
|||
const commonProps = {
|
||||
...getDefaultConversation(),
|
||||
|
||||
cannotLeaveBecauseYouAreLastAdmin: false,
|
||||
showBackButton: false,
|
||||
outgoingCallButtonStyle: OutgoingCallButtonStyle.Both,
|
||||
|
||||
|
@ -39,6 +40,7 @@ const commonProps = {
|
|||
|
||||
setDisappearingMessages: action('setDisappearingMessages'),
|
||||
destroyMessages: action('destroyMessages'),
|
||||
leaveGroup: action('leaveGroup'),
|
||||
onOutgoingAudioCallInConversation: action(
|
||||
'onOutgoingAudioCallInConversation'
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue