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
{{ message }}
This repository was archived by the owner on Oct 8, 2019. It is now read-only.
If the Chatkit::users()->show($userId) method is attempted on a user that either no longer exists or wasn't created, it crashes the app with an error instead of returning an empty object or an error code. Perhaps this was intentional, but if it was an oversight, I think it would be better to just return an object with the error code or error message.