This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Description
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.