forked from Silverfish/proton-bridge
fix(GODT-2708): fix dimensions event format + handling of ReportClicked event.
This commit is contained in:
committed by
Romain LE JEUNE
parent
cc17366c1c
commit
eaa673c4e4
@ -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