diff --git a/README.md b/README.md index 59a3694..31ee82c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Stoat for Desktop - + [![Stars](https://img.shields.io/github/stars/stoatchat/for-desktop?style=flat-square&logoColor=white)](https://github.com/stoatchat/for-desktop/stargazers) [![Forks](https://img.shields.io/github/forks/stoatchat/for-desktop?style=flat-square&logoColor=white)](https://github.com/stoatchat/for-desktop/network/members) [![Pull Requests](https://img.shields.io/github/issues-pr/stoatchat/for-desktop?style=flat-square&logoColor=white)](https://github.com/stoatchat/for-desktop/pulls) diff --git a/chat.stoat.StoatDesktop.metainfo.xml b/chat.stoat.StoatDesktop.metainfo.xml index 0327c38..11cbaf3 100644 --- a/chat.stoat.StoatDesktop.metainfo.xml +++ b/chat.stoat.StoatDesktop.metainfo.xml @@ -51,7 +51,7 @@ https://github.com/stoatchat/for-desktop/issues - https://stoat.chat + https://stoat.qinbeans.net https://github.com/stoatchat/for-desktop intense diff --git a/src/native/discordRpc.ts b/src/native/discordRpc.ts index 9df475b..c398e41 100644 --- a/src/native/discordRpc.ts +++ b/src/native/discordRpc.ts @@ -16,14 +16,14 @@ export async function initDiscordRpc() { rpc.on("ready", () => rpc.setActivity({ - state: "stoat.chat", + state: "stoat.qinbeans.net", details: "Chatting with others", largeImageKey: "qr", largeImageText: "Join Stoat!", buttons: [ { label: "Join Stoat", - url: "https://stoat.chat/", + url: "https://stoat.qinbeans.net/", }, ], }),