-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
[NEW] Rich message text and image buttons #11473
Conversation
& .text-button { | ||
color: #2c2d30; | ||
min-width: 0; | ||
max-width: 220px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the indentation here?
dadd4b0
to
019baec
Compare
@rodrigok Fixed indentation and rebased to latest develop |
@ubarsaiyan can you add the new properties to the schema check here https://github.com/RocketChat/Rocket.Chat/blob/develop/packages/rocketchat-lib/server/functions/sendMessage.js#L28 ? |
Added image button with msg Fixed according to updated JSON Added horizontal buttons support Fixed indentation Added text and image buttons
@rodrigok I have added the new properties, pls check :) |
* Added text and image buttons Added image button with msg Fixed according to updated JSON Added horizontal buttons support Fixed indentation Added text and image buttons * Added image button with msg * Fixed according to updated JSON * Added horizontal buttons support * fix style logic * Fixed lint errors and merge conflict * Remove lint errors * Added Actions schema to tests
Hi, I use Rocket 0.70.4. How to add this to my server? If necessary reinstall? or copy files into my path instalation? Thanks! |
Hi @ivanmpk |
Hi @ubarsaiyan thanks for your quick response. |
@ivanmpk Just normally install the server for the richmessage functionality. This would only enable richmessage messages to be parsed on the client. To send a richmessage you would need to connect a suitable bot. The docs are not yet updated regarding these features and many things are still WIP. |
@ubarsaiyan thanks again. How to install rocket with richmessage funciontality? |
@ivanmpk Just normal installation as mentioned in the README. The PR was merged in the version 0.69.0 |
Excellent! Thank you! |
Hi, the button_alignment its not working for me. Always the buttons are vertical. |
@ivanmpk Are you sending |
Hi, I can use this from module rocketchat on ansible? |
@ivanmpk I don't know. Maybe ask in #dev channel @ open.rocket.chat? |
@ubarsaiyan Hi, I'm currently working on a contact center demo by using dialogflow based chatbot and the livechat in rocketchat. I try to create a button but can only get a blank message in the livechat.
|
@bizzbyster perhaps you can shed some light to @buerlyu on the current state of the rich messages. |
Hi. Where are rich messages documented? I cannot find a word on it in RC documentation on https://developer.rocket.chat/ |
where is the doc describe this feature? |
Demo: https://drive.google.com/file/d/1kbNLqs2g_v5PLVJWro0Pz-d0e6Wjbp1f/view?usp=sharing
Closes #6786
This PR aims to pass all the test specified in https://github.com/WideChat/Rocket.Chat.Android/wiki/Phase-1--Rich-Messaging-Acceptance-Test
Currently, all tests should pass except 7 and 8. :)