Merge pull request #3194 from gnunicorn/patch-1

Fix documentation bug in configuring-playbook-bridge-mautrix-signal.md
This commit is contained in:
Slavi Pantaleev 2024-02-20 20:37:58 +02:00 committed by GitHub
commit c9a842147e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ This will add the admin permission to the specific user, while keeping the defau
In case you want to replace the default permissions settings **completely**, populate the following item within your `vars.yml` file:
```yaml
matrix_mautrix_signal_bridge_permissions: |
matrix_mautrix_signal_bridge_permissions:
'@ADMIN:YOUR_DOMAIN': admin
'@USER:YOUR_DOMAIN' : user
```