Add badges to safety number change dialog
This commit is contained in:
parent
42b45a14b7
commit
c0444f66a1
9 changed files with 82 additions and 4 deletions
|
@ -26,6 +26,7 @@ export const App = ({
|
|||
cancelMessagesPendingConversationVerification,
|
||||
conversationsStoppingMessageSendBecauseOfVerification,
|
||||
hasInitialLoadCompleted,
|
||||
getPreferredBadge,
|
||||
i18n,
|
||||
isCustomizingPreferredReactions,
|
||||
numberOfMessagesPendingBecauseOfVerification,
|
||||
|
@ -52,6 +53,7 @@ export const App = ({
|
|||
conversationsStoppingMessageSendBecauseOfVerification
|
||||
}
|
||||
hasInitialLoadCompleted={hasInitialLoadCompleted}
|
||||
getPreferredBadge={getPreferredBadge}
|
||||
i18n={i18n}
|
||||
isCustomizingPreferredReactions={isCustomizingPreferredReactions}
|
||||
numberOfMessagesPendingBecauseOfVerification={
|
||||
|
@ -61,6 +63,7 @@ export const App = ({
|
|||
renderCustomizingPreferredReactionsModal
|
||||
}
|
||||
renderSafetyNumber={renderSafetyNumber}
|
||||
theme={theme}
|
||||
verifyConversationsStoppingMessageSend={
|
||||
verifyConversationsStoppingMessageSend
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue