matterhorn-chat / matterhorn

A feature-rich Unix terminal client for the Mattermost chat system
BSD 3-Clause "New" or "Revised" License
1.02k stars 75 forks source link

Explore supporting polls #828

Open setharnold opened 2 months ago

setharnold commented 2 months ago

Hello, Mattermost has a 'poll' feature that can be used to collect structured answers from channel members. These don't render very well in Matterhorn, they're not very useful:

[18:12:08] matterpoll:
             > **************************************************************************************************************************************
             > Total votes: 34
             (edited)

It doesn't come up very often but it would be nice if it worked.

Thanks

jtdaugherty commented 2 months ago

Yeah, I agree. I've seen that on my server, too. I haven't looked into it deeply, but I am not sure whether it's possible to support polls in environments that don't assume mouse interaction. It would depend on the kind of structured data coming from the server about the poll.

I can't make supporting this a priority, but if someone wanted to investigate it and report their findings here, that would be super helpful.