AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

Update twitter max character length #55

Closed demophoon closed 6 years ago

demophoon commented 6 years ago

Twitter recently updated their max character length to 280 but this script was still setup to split on tweets greater than 140 characters.

This commit changes the max safe tweet length to 280 characters.

AmauryCarrade commented 6 years ago

As I brought back my version here (#56), it includes the support of the new limit, so this is no longer relevant. Thanks you anyway!

demophoon commented 6 years ago

Perfect! Thank you for doing this!