(feat): add replys
Some checks failed
/ build-web (push) Successful in 6m31s
/ build-desktop (linux) (push) Failing after 7m9s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(feat): move to SenderId
(feat): other chat improvements
This commit is contained in:
Alois 2026-07-06 23:08:55 +02:00
commit e0843a11a6
9 changed files with 6138 additions and 3234 deletions

View file

@ -61,7 +61,6 @@ export default function Provider(props: { children: React.ReactNode }) {
...data.Message,
Content: content ?? "Failed to decrypt message",
decryptionFailed: content === null,
SentBySelf: false,
});
return;
}