From 99d105f3ad4f5fe76337efe7d23e4348fff044a2 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 14 Jul 2022 04:46:08 -0400 Subject: [PATCH] Use high res profile pic --- src/status.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/status.ts b/src/status.ts index 8aea1da..2f8bcae 100644 --- a/src/status.ts +++ b/src/status.ts @@ -25,7 +25,7 @@ export const handleStatus = async (handle: string, id: string, mediaNumber?: num // Try to deep link to mobile apps, just like Twitter does let headers: string[] = [ - ``, + ``, ``, ``, ``, @@ -85,7 +85,7 @@ export const handleStatus = async (handle: string, id: string, mediaNumber?: num headers.push( ``, - ``, + ``, ``, ``, ``, @@ -132,14 +132,14 @@ export const handleStatus = async (handle: string, id: string, mediaNumber?: num headers.push( ``, ``, - ``, + ``, ``, ``, ``, ``, ``, ``, - `` + `` ); } }