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

replace discord link with fluxer

Pas e824840c 8cb8d158

+5 -5
+1 -1
README.md
··· 58 58 59 59 ## Contact Me / Discord 60 60 61 - [Discord](https://discord.gg/zTxZQ4tmdj) 61 + [Discord](https://fluxer.gg/VLEQLVSM)
+1 -1
public/notifications.xml
··· 445 445 The whole story behind me accidentally deleting my Firefox account is on our Discord server, feel free to ask there! (link below) 446 446 447 447 I apologize for the inconvenience!</description> 448 - <link>https://discord.gg/zTxZQ4tmdj</link> 448 + <link>https://fluxer.gg/VLEQLVSM</link> 449 449 <pubDate>Mon, 08 Sep 2025 16:00:00 MST</pubDate> 450 450 <category>announcement</category> 451 451 </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/zTxZQ4tmdj"> 16 + <MwLink url="https://fluxer.gg/VLEQLVSM"> 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/zTxZQ4tmdj"; 2 + export const DISCORD_LINK = "https://fluxer.gg/VLEQLVSM"; 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/zTxZQ4tmdj"; 2 + export const DISCORD_LINK = "https://fluxer.gg/VLEQLVSM"; 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;