Make it more difficult to blur avatars
This commit is contained in:
parent
1276368f94
commit
d28678dbf9
79 changed files with 1118 additions and 889 deletions
|
@ -34,6 +34,7 @@ export const ContactPill: FunctionComponent<PropsType> = ({
|
|||
color,
|
||||
firstName,
|
||||
i18n,
|
||||
isMe,
|
||||
id,
|
||||
name,
|
||||
phoneNumber,
|
||||
|
@ -54,6 +55,7 @@ export const ContactPill: FunctionComponent<PropsType> = ({
|
|||
noteToSelf={false}
|
||||
conversationType="direct"
|
||||
i18n={i18n}
|
||||
isMe={isMe}
|
||||
name={name}
|
||||
phoneNumber={phoneNumber}
|
||||
profileName={profileName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue