mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
feat(GODT-2552): Fix unit test.
This commit is contained in:
committed by
Romain Le Jeune
parent
d88bee68c6
commit
4adc6d60b9
@ -32,6 +32,9 @@ import (
|
||||
|
||||
func (bridge *Bridge) IsTelemetryAvailable() bool {
|
||||
var flag = true
|
||||
if bridge.GetTelemetryDisabled() {
|
||||
return false
|
||||
}
|
||||
|
||||
safe.RLock(func() {
|
||||
for _, user := range bridge.users {
|
||||
|
||||
Reference in New Issue
Block a user