adjust to use custom domain

This commit is contained in:
Ryan Fong 2026-02-25 23:24:02 -08:00
parent b57faa2c59
commit be24b74f1a
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@
</release> </release>
</releases> </releases>
<url type="bugtracker">https://github.com/stoatchat/for-desktop/issues</url> <url type="bugtracker">https://github.com/stoatchat/for-desktop/issues</url>
<url type="homepage">https://stoat.chat</url> <url type="homepage">https://stoat.qinbeans.net</url>
<url type="vcs-browser">https://github.com/stoatchat/for-desktop</url> <url type="vcs-browser">https://github.com/stoatchat/for-desktop</url>
<content_rating type="oars-1.1"> <content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute> <content_attribute id="social-chat">intense</content_attribute>

View File

@ -16,14 +16,14 @@ export async function initDiscordRpc() {
rpc.on("ready", () => rpc.on("ready", () =>
rpc.setActivity({ rpc.setActivity({
state: "stoat.chat", state: "stoat.qinbeans.net",
details: "Chatting with others", details: "Chatting with others",
largeImageKey: "qr", largeImageKey: "qr",
largeImageText: "Join Stoat!", largeImageText: "Join Stoat!",
buttons: [ buttons: [
{ {
label: "Join Stoat", label: "Join Stoat",
url: "https://stoat.chat/", url: "https://stoat.qinbeans.net/",
}, },
], ],
}), }),