After updating to 2.9.0.beta11, the chat icon is gone, and it is no longer listed in admin->plugins:
I still have the following in in containers/app.yml
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/discourse/discourse-chat.git
Appreciate any ideas.
Also, do I need to manually update plugins, or does this happen as part of ./launcher rebuild app
.
Thanks!