-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Button on message attachment not showing #2684
Comments
I would be glad to take up this issue, can anyone please brief me on what has to be done here? |
@yash-rajpal You have to send a message and display a button like mentioned here |
@bart11064 Can you help me locate the setting for Enabling this in the admin panel. Admin panel contains tons of settings and I am not able to locate this particular setting. I turned on Allow Message Snippeting in the Message section, but this feature didn't work for me in the development server on localhost website. |
@yash-rajpal thanks for your help. |
@bart11064 Thanks for the Information. Can you please ping me at rocket chat for further assistance? |
@yash-rajpal @diegolmello Is anyone working on this ?, Can I work on this? |
@sumukhah I am currently not working on this. Please give it a shot. :) |
* [FIX] Show button attachment in message list fixes: #2684 * Changed the Button and theme, text theme and how to call the function * Fix the props passed in Message * Function to context * Added button attachment to stories * New snapshot Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com> Co-authored-by: Levy Costa <levycosta471@gmail.com> Co-authored-by: Diego Mello <diegolmello@gmail.com>
I fixed this issue by change site url in Administration>General Pls ensure the protocol and slash was included. |
Description:
As suggested here, I'm opening a new issue.
When sending a message using API, button described in attachments doesn't display on mobile app (works well on web version).
API endpoint :
http://localhost:3000/api/v1/chat.sendMessage
JSON content :
Environment Information:
Expected behavior:
Expecting to see buttons on both interfaces : web and mobile app
Actual behavior:
Web view (normal behavior) :
Mobile app view (no button showed) :
The text was updated successfully, but these errors were encountered: