Applied patch via
ssh discourse-mw.discourse.eqiad.wmflabs
cd /var/discourse
sudo vim containers/app.yml
ruby -ryaml -e "p YAML.load(STDIN.read)" < containers/app.yml # sanity check
sudo ./launcher rebuild app
The diff for the app.yml
edit is
66d69
<
93,98d95
< - git clone https://github.com/bekicot/discourse-phabricator-connect.git
< - git clone https://github.com/discourse/discourse-chat-integration.git
< - exec:
< cd: $home/plugins/discourse-chat-integration
< cmd:
< - git fetch https://github.com/tgr/discourse-chat-integration.git matrix-notice-option && git -c user.name='Cherry-Picker' -c user.email=fake@example.com cherry-pick 18b22134c6c29bb3dc302cc694f7e5139dac7b11
That is, added this block to the end of hooks > after_code
:
- exec:
cd: $home/plugins/discourse-chat-integration
cmd:
- git fetch https://github.com/tgr/discourse-chat-integration.git matrix-notice-option && git -c user.name='Cherry-Picker' -c user.email=fake@example.com cherry-pick 18b22134c6c29bb3dc302cc694f7e5139dac7b11
chat integration matrix use notice
is now present in the settings and I have disabled it. We’ll see if that helps.