chore(GODT-2442): improve naming, remove unrelated changes

This commit is contained in:
Jakub
2023-03-07 15:47:57 +01:00
parent 2c9477d65c
commit 86630ce137
10 changed files with 1152 additions and 489 deletions

View File

@ -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 {