From cb373b6dc62630147151039c3711aef74c8c2d88 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Mon, 29 Dec 2025 18:00:09 +0100 Subject: [PATCH] fix: rpc should define largeImageText (#21) --- src/native/discordRpc.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/native/discordRpc.ts b/src/native/discordRpc.ts index d3cc6d7..912f1b2 100644 --- a/src/native/discordRpc.ts +++ b/src/native/discordRpc.ts @@ -16,8 +16,7 @@ export async function initDiscordRpc() { state: "stoat.chat", details: "Chatting with others", largeImageKey: "qr", - // largeImageText: "Communication is critical – use Revolt.", - largeImageText: "", + largeImageText: "Join Stoat!", buttons: [ { label: "Join Stoat",