Browse Source

update docs to exclude grou-sync

pull/2175/head
smargold476 3 years ago
committed by GitHub
parent
commit
7b3b22ce07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/configuring-playbook-bridge-mautrix-telegram.md

+ 5
- 0
docs/configuring-playbook-bridge-mautrix-telegram.md View File

@@ -59,3 +59,8 @@ matrix_mautrix_telegram_configuration_extension_yaml: |

More details about permissions in this example:
https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-config.yaml#L410

If you like to exclude all groups from syncing and use the Telgeram-Bridge only for direct chats, you can add the following additional playbook configuration:
```yaml
matrix_mautrix_telegram_filter_mode: whitelist
```

Loading…
Cancel
Save