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

@ -1,7 +1,7 @@
<div align="center">
<h1>
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)

View File

@ -51,7 +51,7 @@
</release>
</releases>
<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>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>

View File

@ -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/",
},
],
}),