diff --git a/src/embed/status.ts b/src/embed/status.ts index 9e40fff..adff732 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -413,9 +413,15 @@ export const handleStatus = async ( ``, ); } else { - headers.push( - `` - ) + if (isTelegram) { + headers.push( + `` + ) + } else { + headers.push( + `` + ) + } } /* Special reply handling if authorText is not overriden */