(feat): big call and chatting stuff #23

Merged
alois merged 33 commits from dev into main 2026-08-01 03:05:40 +03:00
3 changed files with 2 additions and 6 deletions
Showing only changes of commit cfabda5d28 - Show all commits

(fix): mtp double connections
Some checks failed
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-mobile (push) Has been cancelled

Alois 2026-07-25 23:05:04 +02:00
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

View file

@ -1,3 +1,5 @@
- Add a bunch of tests
- Add packages/hotkeys/
- Full accessability
-> Most folders in packages/ have specific todos

View file

@ -403,12 +403,6 @@ export function Provider(props: {
clientRef.current = client;
setReadyState(client.state);
await client.connect();
if (disposed) {
client.disconnect();
return;
}
const authPayload = new Promise<
ProtocolMessage<"IdentificationResponse">