Allow viewing contact details from group change messages

This commit is contained in:
trevor-signal 2024-02-08 09:36:08 -05:00 committed by GitHub
parent 614bb904b1
commit 59b135ad7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 11 deletions

View file

@ -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 {