-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Question (backend), the answer of the user is not displayed #19
Comments
Hi! |
+1 |
This is indeed a problem. When the user writes a message, this message appears is the message area as a user message. But when the user clicks on a button, all the buttons disappear, and there is no user message generated at all. It would be nice to add the label of the button pressed as a user message. |
No updates on this yet? |
No updates? |
@joaquin03 @Edd-G @jjsquady @christoph007 @LiamRoels @aqnouch I made a little fix in 2 files: chat\messages\action.tsx:
chat\chat.tsx
Because I didn't want the backend called for this message I added a new
I think there should be options that work better but in my case this was working very well. |
Thanks @bobkosse I ll try this fix. 😉 |
Let me know if it works for you! |
+1 no updates on this? |
Thank you @bobkosse |
I created a new package that solves this and several other issues |
Hi and thank you for the library!
I don't now if im doing something wrong.
This is what is happening:
I think it will be nicer if the replay of the user is visible in the chat.
Thanks!
The text was updated successfully, but these errors were encountered: