From 7596194fb9a59418828bff38dfd96d84320167a3 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 7 Mar 2022 03:15:35 +0100 Subject: [PATCH] Handle text > 500 characters --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 132e05b..e5ebd88 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ documentation is missing.** ## TODO - [x] Publish text messages from Telegram to Mastodon. -- [ ] Handle text > 500 characters (or mastodon instance limit). -- [ ] Message attribution from telegram users (?). +- [x] Handle text > 500 characters (or mastodon instance limit). - [x] Handle messages with 1 photo and caption. - [x] Handle messages with multiple photos. - [x] Add configuration variable to set mastodon message visibility.