Show badges in contact spoofing dialog
This commit is contained in:
parent
599c7afe8b
commit
a7ca634e87
4 changed files with 24 additions and 3 deletions
|
@ -1492,6 +1492,7 @@ export class Timeline extends React.PureComponent<PropsType, StateType> {
|
|||
let contactSpoofingReviewDialog: ReactNode;
|
||||
if (contactSpoofingReview) {
|
||||
const commonProps = {
|
||||
getPreferredBadge,
|
||||
i18n,
|
||||
onBlock,
|
||||
onBlockAndReportSpam,
|
||||
|
@ -1500,6 +1501,7 @@ export class Timeline extends React.PureComponent<PropsType, StateType> {
|
|||
onShowContactModal: showContactModal,
|
||||
onUnblock,
|
||||
removeMember,
|
||||
theme,
|
||||
};
|
||||
|
||||
switch (contactSpoofingReview.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue