fix: update mobile constructor call to include missing configuration parameters

This commit is contained in:
zarazaex69
2026-04-21 02:56:10 +03:00
parent fce29b939d
commit 12d02d743c
+1
View File
@@ -123,6 +123,7 @@ func Start(roomID, keyHex string, socksPort int, socksUser, socksPass string) er
close(localReady)
})
},
0, 0, 0, "", "",
)
mu.Lock()