1
0
Fork 0

Handle text > 500 characters
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Daniele Tricoli 2022-03-07 03:15:35 +01:00
parent 86868d786f
commit 7596194fb9

View file

@ -10,8 +10,7 @@ documentation is missing.**
## TODO ## TODO
- [x] Publish text messages from Telegram to Mastodon. - [x] Publish text messages from Telegram to Mastodon.
- [ ] Handle text > 500 characters (or mastodon instance limit). - [x] Handle text > 500 characters (or mastodon instance limit).
- [ ] Message attribution from telegram users (?).
- [x] Handle messages with 1 photo and caption. - [x] Handle messages with 1 photo and caption.
- [x] Handle messages with multiple photos. - [x] Handle messages with multiple photos.
- [x] Add configuration variable to set mastodon message visibility. - [x] Add configuration variable to set mastodon message visibility.