diff --git a/src/embed/status.ts b/src/embed/status.ts index 10cfcb1..c39e358 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -410,7 +410,7 @@ export const handleStatus = async ( ``.format( { base: Constants.HOST_URL, - text: encodeURIComponent(truncateWithEllipsis(authorText, 256)), + text: encodeURIComponent(truncateWithEllipsis(authorText, 255)), deprecatedFlag: flags?.deprecated ? '&deprecated=true' : '', status: encodeURIComponent(status), author: encodeURIComponent(tweet.author?.screen_name || ''),