We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdc089 commit 315b799Copy full SHA for 315b799
1 file changed
src/webpage/index.ts
@@ -442,7 +442,8 @@ if (window.location.pathname.startsWith("/channels")) {
442
thisUser.makePoll();
443
},
444
{
445
- visible: () => !!thisUser.channelfocus?.hasPermission("SEND_POLLS"),
+ //TODO re-enable this once polls is merged
446
+ visible: () => false, //!!thisUser.channelfocus?.hasPermission("SEND_POLLS"),
447
448
);
449
umenu.addButton(I18n.upload(), () => {
0 commit comments