(fix): live reactions, message and call invites
All checks were successful
/ build-web (push) Successful in 7m40s
/ build-desktop (linux) (push) Successful in 12m10s
/ build-mobile (push) Successful in 19m43s
/ release (push) Successful in 3m35s

(fix): call ui
This commit is contained in:
Alois 2026-07-31 00:29:48 +02:00
commit f1874042ba
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
10 changed files with 203 additions and 88 deletions

View file

@ -332,7 +332,7 @@ function createCallTrayIcon(color: string, speaking: boolean) {
}
function CallInit() {
useInitializeCall();
const callInvitePopup = useInitializeCall();
const { load } = useStorage();
const {
@ -395,7 +395,7 @@ function CallInit() {
});
}, [inCall, primaryColor, speaking]);
return null;
return callInvitePopup;
}
const rootRoute = createRootRoute({