You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifstrings.Contains(strings.ToLower(err.Error()), "could not find user with username") {
197
+
ifstrings.Contains(strings.ToLower(err.Error()), "could not find user with username") ||strings.Contains(strings.ToLower(err.Error()), "user has been suspended") {
198
198
err=p.onTwitterUsernameNotFound(ctx, username)
199
199
iferr!=nil {
200
200
returnerrors.Wrap(err, "error updating cached user state")
0 commit comments