Exibir aba TODOS apenas para Admin's - ssteeltm/chatwootBrasil GitHub Wiki

Para desabilitar a aba todos no Chatwoot, execute os seguintes comandos:

sudo -i -u chatwoot
mv /home/chatwoot/chatwoot/app/javascript/dashboard/components/ChatList.vue /home/chatwoot/chatwoot/app/javascript/dashboard/components/ChatList.vue.old
wget -O /home/chatwoot/chatwoot/app/javascript/dashboard/components/ChatList.vue https://raw.githubusercontent.com/ssteeltm/chatwootBrasil/main/ChatList.vue 
cd chatwoot
rake assets:precompile RAILS_ENV=production
exit
systemctl restart chatwoot.target