From 9ab6c99434a710e89d250a9e7d4817babbefc506 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 10 Aug 2022 14:38:35 +0300 Subject: [PATCH] Update changelog Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2012 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5c22227..ffe7825e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2022-08-10 + +## mautrix-whatsapp default configuration changes + +In [Pull Request #2012](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2012), we've made some changes to the default configuration used by the `mautrix-whatsapp` bridge. + +If you're using this bridge, you should look into this PR and see if the new configuration suits you. If not, you can always change individual preferences in your `vars.yml` file. + +Most notably, spaces support has been enabled by default. The bridge will now group rooms into a Matrix space. **If you've already bridged to Whatsapp** prior to this update, you will need to send `!wa sync space` to the bridge bot to make it create the space and put your existing rooms into it. + + # 2022-08-09 ## Conduit support