sampaiodiego / rocket.chat.app-poll

Rocket.Chat App for creating polls.
MIT License
50 stars 39 forks source link

Enhancement: Make polls deleteable by users #69

Open dimitrihof opened 3 years ago

dimitrihof commented 3 years ago

Right know only admins can delete the polls. As far as I understand that is the case, because the poll message is not created by the user but by the poll bot. Is that right? Would there be a way to allow users to delete the polls they created?

SufiSR commented 3 years ago

+1, it would be grand to have this option. Ideally, a poll object stores the user it was created / requested by. This user should then be able to successfully delete the poll whereas other users receive an error message.

sampaiodiego commented 2 years ago

just like the user can close a poll you guys you'd like to be able to completely delete the poll message, is that right?

dimitrihof commented 2 years ago

Yes excactly! The user that created the poll should be able to delete it.