mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
Launcher, app/base, sentry, update service
This commit is contained in:
@ -120,9 +120,7 @@ func (c *client) UpdateUser() (user *User, err error) {
|
||||
|
||||
c.user = user
|
||||
sentry.ConfigureScope(func(scope *sentry.Scope) {
|
||||
scope.SetUser(sentry.User{
|
||||
ID: user.ID,
|
||||
})
|
||||
scope.SetUser(sentry.User{ID: user.ID})
|
||||
})
|
||||
|
||||
var tmpList AddressList
|
||||
|
||||
Reference in New Issue
Block a user