From e083ca876404d4a49a8972d9a9e380943e001a72 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:06:44 -0700 Subject: [PATCH] update fluxer invite i deleted the old one's channel --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CONTRIBUTING.md | 2 +- .github/SECURITY.md | 2 +- README.md | 2 +- public/notifications.xml | 2 +- src/components/overlays/SupportInfoModal.tsx | 2 +- src/pages/parts/home/AdsPart.tsx | 2 +- src/setup/constants.ts | 2 +- src/utils/setup/constants.ts | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 055e10f8..fc046c0a 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -our [Fluxer](https://fluxer.gg/VLEQLVSM). +our [Fluxer](https://fluxer.gg/rEBQ3B8E). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3e3ac8f4..859fb769 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,7 +40,7 @@ If you do not have a GitHub account or want to discuss a feature or bug with us Fluxer is an OSS Discord alternative. - + ### GitHub Issues diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 108c21f3..5e52e381 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -8,6 +8,6 @@ The latest version of P-Stream is the only version that is supported, as it is t You can contact the P-Stream maintainers to report a vulnerability: -- Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/VLEQLVSM) +- Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/rEBQ3B8E) Fluxer is an OSS Discord alternative diff --git a/README.md b/README.md index 67493b33..ccd33cb8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,6 @@ git push # Push to YOUR repository ## Contact Me / Fluxer -[Fluxer](https://fluxer.gg/VLEQLVSM) +[Fluxer](https://fluxer.gg/rEBQ3B8E) (Fluxer is an OSS Discord alternative platform) diff --git a/public/notifications.xml b/public/notifications.xml index 45c60a7b..bb820aa4 100644 --- a/public/notifications.xml +++ b/public/notifications.xml @@ -445,7 +445,7 @@ Just to clarify, the extension is still working perfectly fine, it's just the up The whole story behind me accidentally deleting my Firefox account is on our Discord server, feel free to ask there! (link below) I apologize for the inconvenience! - https://fluxer.gg/VLEQLVSM + https://fluxer.gg/rEBQ3B8E Mon, 08 Sep 2025 16:00:00 MST announcement diff --git a/src/components/overlays/SupportInfoModal.tsx b/src/components/overlays/SupportInfoModal.tsx index d1c6050d..630d85bf 100644 --- a/src/components/overlays/SupportInfoModal.tsx +++ b/src/components/overlays/SupportInfoModal.tsx @@ -13,7 +13,7 @@ export function SupportInfoModal({ id }: { id: string }) {

{t("home.support.explanation")}

{t("home.support.explanation2")}{" "} - + {t("home.support.fluxer")}

diff --git a/src/pages/parts/home/AdsPart.tsx b/src/pages/parts/home/AdsPart.tsx index 1e8dbe77..d0c09b35 100644 --- a/src/pages/parts/home/AdsPart.tsx +++ b/src/pages/parts/home/AdsPart.tsx @@ -123,7 +123,7 @@ export function AdsPart(): JSX.Element | null {

diff --git a/src/setup/constants.ts b/src/setup/constants.ts index a4854d09..4bb1ee3d 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const FLUXER_LINK = "https://fluxer.gg/VLEQLVSM"; +export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E"; export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; export const TWITTER_LINK = ""; export const GA_ID = import.meta.env.VITE_GA_ID; diff --git a/src/utils/setup/constants.ts b/src/utils/setup/constants.ts index 7d4c9059..e410f889 100644 --- a/src/utils/setup/constants.ts +++ b/src/utils/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const FLUXER_LINK = "https://fluxer.gg/VLEQLVSM"; +export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E"; export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;