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
When a user isn't allowed to send a message, the SendMessageDisallowedIndicator is no longer showing. Instead the user is presented with a MessageInput, and can enter a message, only to get the following error in console logs: StreamChat error code 17: SendMessage failed with error
Hi @speakeasy-chat-app , thanks a lot for the very detailed report ! There's a PR open that should fix this, you'll be let know via this GH issue whenever it gets merged and deployed in a version.
Issue
When a user isn't allowed to send a message, the SendMessageDisallowedIndicator is no longer showing. Instead the user is presented with a MessageInput, and can enter a message, only to get the following error in console logs: StreamChat error code 17: SendMessage failed with error
This seems to be a regression from the changes here (line 1060 of MessageInput.tsx.)
eb4ae4c#diff-86dc374aab4800be48d530a2bc910453ba27e3e5a23c15bd04538c6262cac9eaR1060
It works on 5.34 and is broken on 5.40. The change #2598 above went out in 5.35.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Project Related Information
Customization
Click To Expand
Offline support
Environment
Click To Expand
package.json
:# N/A
react-native info
output:stream-chat-react-native
version you're using that has this issue:e.g. 5.4.3
e.g. Android 10
e.g. iPhone 11
Additional context
Screenshots
Click To Expand
The text was updated successfully, but these errors were encountered: