calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Improve indication that chat permission is restricted #877

Closed calzoneman closed 3 years ago

calzoneman commented 4 years ago

Currently if the user rank doesn't have permission to chat, the chat input simply has the disabled attribute applied. This doesn't clearly indicate the reason why chat is inaccessible, which often leads to guest users asking about it in support channels because they think there is something wrong with the website itself.

One option could be to hide the input and replace it with a small message like "This channel has restricted chat to registered users".