pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update discord invite

Pas 87851c11 22578a5c

+5 -5
+1 -1
README.md
··· 58 58 59 59 ## Contact Me / Discord 60 60 61 - [Discord](https://discord.gg/7z6znYgrTG) 61 + [Discord](https://discord.gg/zTxZQ4tmdj)
+1 -1
public/notifications.xml
··· 400 400 The whole story behind me accidentally deleting my Firefox account is on our Discord server, feel free to ask there! (link below) 401 401 402 402 I apologize for the inconvenience!</description> 403 - <link>https://discord.gg/7z6znYgrTG</link> 403 + <link>https://discord.gg/zTxZQ4tmdj</link> 404 404 <pubDate>Mon, 08 Sep 2025 16:00:00 MST</pubDate> 405 405 <category>announcement</category> 406 406 </item>
+1 -1
src/components/overlays/SupportInfoModal.tsx
··· 13 13 <p className="text-type-secondary">{t("home.support.explanation")}</p> 14 14 <p className="text-type-secondary"> 15 15 {t("home.support.explanation2")}{" "} 16 - <MwLink url="https://discord.gg/7z6znYgrTG"> 16 + <MwLink url="https://discord.gg/zTxZQ4tmdj"> 17 17 {t("home.support.discord")} 18 18 </MwLink> 19 19 </p>
+1 -1
src/setup/constants.ts
··· 1 1 export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2 - export const DISCORD_LINK = "https://discord.gg/7z6znYgrTG"; 2 + export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj"; 3 3 export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; 4 4 export const TWITTER_LINK = ""; 5 5 export const GA_ID = import.meta.env.VITE_GA_ID;
+1 -1
src/utils/setup/constants.ts
··· 1 1 export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2 - export const DISCORD_LINK = "https://discord.gg/7z6znYgrTG"; 2 + export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj"; 3 3 export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; 4 4 export const GA_ID = import.meta.env.VITE_GA_ID; 5 5 export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;