From 2864d792f45c1b1d4e75683c993fc7275f5a9281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Volf?= Date: Mon, 9 Mar 2026 16:52:01 +0100 Subject: [PATCH 1/2] test change --- src/tg/init.deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tg/init.deno.ts b/src/tg/init.deno.ts index 4a0b6f2..bd53009 100644 --- a/src/tg/init.deno.ts +++ b/src/tg/init.deno.ts @@ -263,7 +263,7 @@ export async function init() { }); await tgCall( { - photo: `https://${DOMAIN}/startup.jpg?q=${bootId}`, + photo: `https://${DOMAIN}/startup.jpg?q=2${bootId}`, chat_id: MAIN_CHAT_ID, }, "sendPhoto", From c9f1a8bddc17f3def33af1a246eccf07f5fd5ed2 Mon Sep 17 00:00:00 2001 From: WIPocket Date: Fri, 13 Mar 2026 20:20:23 +0100 Subject: [PATCH 2/2] whoya --- src/tg/init.deno.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tg/init.deno.ts b/src/tg/init.deno.ts index bd53009..167e12a 100644 --- a/src/tg/init.deno.ts +++ b/src/tg/init.deno.ts @@ -283,6 +283,7 @@ export async function init() { { photo: `https://${DOMAIN}/gonnagetcha.jpg?q=${bootId}`, chat_id: MAIN_CHAT_ID, + reply_to_message_id: previousMorningSticker.message_id, }, "sendPhoto", );