mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-29 21:16:44 +00:00
fix(GODT-2708): fix dimensions event format + handling of ReportClicked event.
This commit is contained in:
@ -24,7 +24,7 @@ import (
|
||||
func (bridge *Bridge) ReportBugClicked() {
|
||||
safe.Lock(func() {
|
||||
for _, user := range bridge.users {
|
||||
user.ReportBugSent()
|
||||
user.ReportBugClicked()
|
||||
}
|
||||
}, bridge.usersLock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user