The main idea is to create a bot, which creates polls into a channel.
Because polls aren't really supported, it can be faked with emoji-reactions placed beneath the poll question/message.
A poll should be started with a command like /poll [question] [answer1] [answer2]
To create a poll with reactions, the mattermost api has to be used by an account created on the mattermost server.
The main idea is to create a bot, which creates polls into a channel.
Because polls aren't really supported, it can be faked with emoji-reactions placed beneath the poll question/message.
A poll should be started with a command like
/poll [question] [answer1] [answer2]To create a poll with reactions, the mattermost api has to be used by an account created on the mattermost server.