forked from Silverfish/proton-bridge
chore(GODT-2442): improve naming, remove unrelated changes
This commit is contained in:
@ -315,8 +315,7 @@ func (bridge *Bridge) SendBadEventUserFeedback(_ context.Context, userID string,
|
||||
logrus.WithError(rerr).Error("Failed to report feedback failure")
|
||||
}
|
||||
|
||||
// Cannot recover from this
|
||||
panic(ErrNoSuchUser)
|
||||
return ErrNoSuchUser
|
||||
}
|
||||
|
||||
if doResync {
|
||||
|
||||
Reference in New Issue
Block a user