Skip to content

Commit 98bd0f9

Browse files
authored
Meta messenger documentation clarification
* Add link to database migration documentation. * Correct configuration snippet to dict instead of str
1 parent dd6ee2d commit 98bd0f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuring-playbook-bridge-mautrix-meta-messenger.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This documentation page only deals with the bridge's ability to bridge to Facebo
99

1010
## Migrating from the old mautrix-facebook bridge
1111

12-
If you've been using the [mautrix-facebook](./configuring-playbook-bridge-mautrix-facebook.md) bridge, you may wish to get rid of it first.
12+
If you've been using the [mautrix-facebook](./configuring-playbook-bridge-mautrix-facebook.md) bridge, it's possible to migrate the database using [instructions from the bridge documentation](https://docs.mau.fi/bridges/go/meta/facebook-migration.html) (advanced).
1313

14-
To do so, send a `clean-rooms` command to the management room with the old bridge bot (`@facebookbot:YOUR_DOMAIN`).
14+
Then you may wish to get rid of the Facebook bridge. To do so, send a `clean-rooms` command to the management room with the old bridge bot (`@facebookbot:YOUR_DOMAIN`).
1515

1616
This would give you a list of portals and groups of portals you may purge. Proceed with sending commands like `clean recommended`, etc.
1717

@@ -67,7 +67,7 @@ If you don't define the `matrix_admin` in your configuration (e.g. `matrix_admin
6767
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:
6868

6969
```yaml
70-
matrix_mautrix_meta_messenger_bridge_permissions_custom: |
70+
matrix_mautrix_meta_messenger_bridge_permissions_custom:
7171
'@YOUR_USERNAME:YOUR_DOMAIN': admin
7272
```
7373

0 commit comments

Comments
 (0)