(feat): improved microphone gate
All checks were successful
/ build-web (push) Successful in 1m16s
/ build-desktop (push) Successful in 14m2s
/ build-mobile (push) Successful in 19m13s
/ release (push) Successful in 24s

(fix): weird behaviour related to users that are screensharing
This commit is contained in:
Alois 2026-05-15 16:19:03 +02:00
commit c795f691bf
5 changed files with 34 additions and 9 deletions

View file

@ -280,6 +280,6 @@ export const storageDefaults: Storage = {
cached_contacts: [],
cached_communities: [],
ttp_url: "https://tensamin.net:959",
call_mute_range_start: -50,
call_mute_range_end: -40,
call_mute_range_start: -55,
call_mute_range_end: -45,
};