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
I don't think they should. Not validating is much faster, plus the websocket already returns an error on invalid token, PLUS you can already validate by querying the current user.
Why does
from_bot/user_token
return a Result?I mean, it always returns Ok() either way...
The text was updated successfully, but these errors were encountered: