Closed adicatur closed 4 years ago
When calling chatUser() there's no return whether response return success or failure, the fix is adding callback from chatUser$()
chatUser()
chatUser$()
Ah yeah, I already noticed and fixed this bug on my local machine. Today I will push it, and make a new release.
When calling
chatUser()
there's no return whether response return success or failure, the fix is adding callback fromchatUser$()