mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-10 00:01:04 +00:00
update fluxer invite
i deleted the old one's channel
This commit is contained in:
parent
f5103b45cb
commit
e083ca8764
9 changed files with 9 additions and 9 deletions
2
.github/CODE_OF_CONDUCT.md
vendored
2
.github/CODE_OF_CONDUCT.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -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.
|
||||
|
||||
<!-- <a href="https://fluxer.gg/VLEQLVSM"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> -->
|
||||
<!-- <a href="https://fluxer.gg/rEBQ3B8E"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> -->
|
||||
|
||||
### GitHub Issues
|
||||
|
||||
|
|
|
|||
2
.github/SECURITY.md
vendored
2
.github/SECURITY.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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!</description>
|
||||
<link>https://fluxer.gg/VLEQLVSM</link>
|
||||
<link>https://fluxer.gg/rEBQ3B8E</link>
|
||||
<pubDate>Mon, 08 Sep 2025 16:00:00 MST</pubDate>
|
||||
<category>announcement</category>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export function SupportInfoModal({ id }: { id: string }) {
|
|||
<p className="text-type-secondary">{t("home.support.explanation")}</p>
|
||||
<p className="text-type-secondary">
|
||||
{t("home.support.explanation2")}{" "}
|
||||
<MwLink url="https://fluxer.gg/VLEQLVSM">
|
||||
<MwLink url="https://fluxer.gg/rEBQ3B8E">
|
||||
{t("home.support.fluxer")}
|
||||
</MwLink>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ export function AdsPart(): JSX.Element | null {
|
|||
<div>
|
||||
<p className="text-xs text-type-dimmed text-center pt-2 mx-4">
|
||||
<a
|
||||
href="https://fluxer.gg/VLEQLVSM"
|
||||
href="https://fluxer.gg/rEBQ3B8E"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue