Telegram to mastodon text limit

That could truncate text in the middle of words. You might want to wrap it with another function to remove the last word from the result, truncated or not.

{{replace(substring(3.channel_post.text; 0; 300); /\s.*?$/; emptystring)}}

3 Likes