Don't show message request after requesting to join via group link
This commit is contained in:
parent
b32dbf2c68
commit
8b627b3f1a
4 changed files with 40 additions and 7 deletions
|
@ -62,7 +62,7 @@ export function getRawAvatarPath(
|
|||
export function getLocalProfileAvatarUrl(
|
||||
conversationAttrs: ConversationAttributesType
|
||||
): string | undefined {
|
||||
const avatar = conversationAttrs.profileAvatar;
|
||||
const avatar = conversationAttrs.profileAvatar || conversationAttrs.avatar;
|
||||
return avatar?.path ? getLocalAttachmentUrl(avatar) : undefined;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue