-
Notifications
You must be signed in to change notification settings - Fork 87
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
Suggestion: Let user select gif from a few samples #19
Comments
Hello @bangoker, Thanks for your suggestion. However, i guess it's hard to implement:
Don't hesitate to give us technical solution if you can. Thanks |
Hi @Lujeni, seems to be possible at stewie bot. If you set an ! in between command and argument, its persistent, otherwise its just viewable for you. |
Hi, Could be great to add this functionality, but seems complicated for now. A feature idea is open on Mattermost forum to add some actions and buttons to webhooks (like Slack does). |
Hello Guys, I made a proof of concept, that seem to work pretty well. Hope this can be used soon :) |
Wow really great ! |
Thumbnails are just links pointing to an internal endpoint, the tricky part was to handle redirection since referer is disable in mattermost links, so for now i just serve a javascript code that close the new tab ... |
Anything new on this ? |
Hi folks ! The new Mattermost |
Hey, I tried to reimplement this using this new feature but since we still in 4.1, i can't test it for the moment. Do you know if buttons are customizable ? |
@rambobinator I'm not sure but I think you can't. |
@rambobinator could you make a PR with your proof of concept so other people can contribute to this feature? |
@erozqba Sure sorry about that, it was a long time ago and these new interactive message buttons don't really fit our needs for the moment (the message is visible by all). |
It would be really cool if there could be another command that would execute the search query, and privately show the calling user maybe 3 gifs generated by the giphy search. Users would then be able to use a follow up command to select one of the images and then that is posted in the chat room for everybody to see.
e.g workflow
/gifc cat
hidden message, only visible to user:
Choose one with /gifc #
1)[gif-1]
2)[gif-2]
3)[gif-3]
4)try again
5)cancel
/gifc 2
public message
Giphy
BOT
user
searched for cat[gif-2]
The text was updated successfully, but these errors were encountered: