Closed foxmask closed 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
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