-
Notifications
You must be signed in to change notification settings - Fork 199
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
Support clickable url #15
Labels
Hacktoberfest
Hacktoberfest 2018
Comments
I would like to work on this. How do you build and host it for testing? |
Hello :) @OlivierNguyen Can you help ? |
You will need to run
|
Where in the code does the app create the messages? |
JWandrocke
added a commit
that referenced
this issue
Nov 7, 2019
Added X-Token to the header for support with the new version of the b…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When url are displayed in a text message or other messages type (the button message type also support a little text before buttons), we should have a clickable url.
Example:
message: "Please visit our website for more information here: https://john.doe/faq"
As a user, I should be able to click on the url and open it in a new page.
The text was updated successfully, but these errors were encountered: