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 fluxer invite

i deleted the old one's channel

Pas e083ca87 f5103b45

+9 -9
+1 -1
.github/CODE_OF_CONDUCT.md
··· 60 60 61 61 Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 62 reported to the community leaders responsible for enforcement at 63 - our [Fluxer](https://fluxer.gg/VLEQLVSM). 63 + our [Fluxer](https://fluxer.gg/rEBQ3B8E). 64 64 All complaints will be reviewed and investigated promptly and fairly. 65 65 66 66 All community leaders are obligated to respect the privacy and security of the
+1 -1
.github/CONTRIBUTING.md
··· 40 40 41 41 Fluxer is an OSS Discord alternative. 42 42 43 - <!-- <a href="https://fluxer.gg/VLEQLVSM"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> --> 43 + <!-- <a href="https://fluxer.gg/rEBQ3B8E"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> --> 44 44 45 45 ### GitHub Issues 46 46
+1 -1
.github/SECURITY.md
··· 8 8 9 9 You can contact the P-Stream maintainers to report a vulnerability: 10 10 11 - - Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/VLEQLVSM) 11 + - Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/rEBQ3B8E) 12 12 13 13 Fluxer is an OSS Discord alternative
+1 -1
README.md
··· 58 58 59 59 ## Contact Me / Fluxer 60 60 61 - [Fluxer](https://fluxer.gg/VLEQLVSM) 61 + [Fluxer](https://fluxer.gg/rEBQ3B8E) 62 62 63 63 (Fluxer is an OSS Discord alternative platform)
+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://fluxer.gg/VLEQLVSM</link> 448 + <link>https://fluxer.gg/rEBQ3B8E</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://fluxer.gg/VLEQLVSM"> 16 + <MwLink url="https://fluxer.gg/rEBQ3B8E"> 17 17 {t("home.support.fluxer")} 18 18 </MwLink> 19 19 </p>
+1 -1
src/pages/parts/home/AdsPart.tsx
··· 123 123 <div> 124 124 <p className="text-xs text-type-dimmed text-center pt-2 mx-4"> 125 125 <a 126 - href="https://fluxer.gg/VLEQLVSM" 126 + href="https://fluxer.gg/rEBQ3B8E" 127 127 target="_blank" 128 128 rel="noreferrer" 129 129 >
+1 -1
src/setup/constants.ts
··· 1 1 export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2 - export const FLUXER_LINK = "https://fluxer.gg/VLEQLVSM"; 2 + export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E"; 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 FLUXER_LINK = "https://fluxer.gg/VLEQLVSM"; 2 + export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E"; 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;