1
0
Fork 0

Add a step to ensure that bot privacy mode is disabled
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Daniele Tricoli 2023-01-03 18:45:40 +01:00
parent 4beb332b6b
commit 5e71c74415

View file

@ -42,7 +42,10 @@ public groups.
```
and follow the istructions.
5. Launch the bot:
5. Ensure that the telegram bot can access all the messages disabling privacy
mode: https://core.telegram.org/bots/features#privacy-mode
6. Launch the bot:
```
telegram-group2mastodon run
```