Allow viewing contact details from group change messages
This commit is contained in:
parent
614bb904b1
commit
59b135ad7e
4 changed files with 39 additions and 11 deletions
|
@ -48,8 +48,8 @@ type ExternalProps = {
|
|||
unreadIndicatorPlacement: undefined | UnreadIndicatorPlacement;
|
||||
};
|
||||
|
||||
function renderContact(conversationId: string): JSX.Element {
|
||||
return <SmartContactName conversationId={conversationId} />;
|
||||
function renderContact(contactId: string): JSX.Element {
|
||||
return <SmartContactName contactId={contactId} />;
|
||||
}
|
||||
|
||||
function renderUniversalTimerNotification(): JSX.Element {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue