Browse Source

Update configuring-playbook-bridge-mautrix-meta-messenger.md

Add " ' " around the username for matrix_admin.
pull/3279/head
ThellraAK 2 years ago
committed by GitHub
parent
commit
58f29068e7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/configuring-playbook-bridge-mautrix-meta-messenger.md

+ 1
- 1
docs/configuring-playbook-bridge-mautrix-meta-messenger.md View File

@@ -62,7 +62,7 @@ matrix_mautrix_meta_messenger_bridge_permissions_default:
'{{ matrix_admin }}': admin
```

If you don't define the `matrix_admin` in your configuration (e.g. `matrix_admin: @user:YOUR_DOMAIN`), then there's no admin by default.
If you don't define the `matrix_admin` in your configuration (e.g. `matrix_admin: '@user:YOUR_DOMAIN'`), then there's no admin by default.

You may redefine `matrix_mautrix_meta_messenger_bridge_permissions_default` any way you see fit, or add extra permissions using `matrix_mautrix_meta_messenger_bridge_permissions_custom` like this:



Loading…
Cancel
Save