diff --git a/src/embed/status.ts b/src/embed/status.ts index 3749e1a..f968bae 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -414,7 +414,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 || ''),