New attachment storage system
This commit is contained in:
parent
273e1ccb15
commit
28664a606f
161 changed files with 2418 additions and 1562 deletions
|
@ -443,7 +443,7 @@ function HeaderContent({
|
|||
<span className="module-ConversationHeader__header__avatar">
|
||||
<Avatar
|
||||
acceptedMessageRequest={conversation.acceptedMessageRequest}
|
||||
avatarPath={conversation.avatarPath ?? undefined}
|
||||
avatarUrl={conversation.avatarUrl ?? undefined}
|
||||
badge={badge ?? undefined}
|
||||
color={conversation.color ?? undefined}
|
||||
conversationType={conversation.type}
|
||||
|
@ -459,7 +459,7 @@ function HeaderContent({
|
|||
storyRing={conversation.isMe ? undefined : hasStories ?? undefined}
|
||||
theme={theme}
|
||||
title={conversation.title}
|
||||
unblurredAvatarPath={conversation.unblurredAvatarPath ?? undefined}
|
||||
unblurredAvatarUrl={conversation.unblurredAvatarUrl ?? undefined}
|
||||
/>
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue