fix(frontend): readable links and file chips on own bubbles

This commit is contained in:
hh
2026-08-13 04:06:44 +02:00
parent 6ae28cb321
commit 995322b17a
6 changed files with 55 additions and 8 deletions
@@ -144,7 +144,7 @@
<span>Самоуничтожающееся медиа</span>
</button>
{:else if asFile && ref}
<FileChip media={ref} />
<FileChip media={ref} {own} />
{:else if !loaded}
<div class="media-skeleton"><Spinner /></div>
{:else if ready && kind === "voice"}