foxmask / django-th

:snake: Trigger Happy - The bus :bus: for your internet services
https://foxmask.org/tag/triggerhappy.html
BSD 3-Clause "New" or "Revised" License
1.35k stars 127 forks source link

Mastodon To Twitter #277

Closed foxmask closed 6 years ago

foxmask commented 6 years ago

Improvement of the render of the text published on twitter, when it comes from mastodon.

Instead of having

"New status by " + a quote of the toot (with a link)

if size of toot > Twitter size limit:

"My last thought from nick@ " + link of the toot

if size of toot <= Twitter size limit:

put the toot as Twitter text

In the improvment, have to drop the link from the text body, to count the size limit of the text to publish on twitter