(fix): small notification logic error
All checks were successful
/ build-web (push) Successful in 7m45s
/ build-desktop (linux) (push) Successful in 12m15s
/ build-mobile (push) Successful in 19m39s
/ release (push) Successful in 3m27s

(fix): call ui
This commit is contained in:
Alois 2026-07-31 00:59:57 +02:00
commit 6f03604c90
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
5 changed files with 5961 additions and 3108 deletions

View file

@ -334,7 +334,8 @@ function MessageComponent({
})}
</p>
<div className="flex items-center justify-start gap-1">
{message.MessageState === "read" ? (
{message.SenderId !==
ownId ? null : message.MessageState === "read" ? (
<Check
size={12}
color="var(--primary-foreground-alt)"