From 78652a751f9325da77509f8f598b5966d1f6fb95 Mon Sep 17 00:00:00 2001 From: mybearworld <130385691+mybearworld@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:24:14 +0200 Subject: [PATCH] Message about the Discord bridge --- src/components/User.tsx | 6 +++++- src/components/UserView.tsx | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/User.tsx b/src/components/User.tsx index 268d92c..94f46cf 100644 --- a/src/components/User.tsx +++ b/src/components/User.tsx @@ -54,7 +54,11 @@ export const User = (props: UserProps) => { ) : ( <> - {user.quote ?? ""} + + {props.username === "Discord" + ? "This user is used to bridge posts from the official Meower Discord servers and other servers to Meower.\nTherefore, it gives people the opportunity to not use Meower at all while still interacting with its community.\n**This is harmful to Meower.** Features that Meower lacks are compensated for using this feature.\nBecause of this, Meower never gets a chance to improve - as people can just use Discord instead.\nPlease, *do not* use the bridge. This is vital for Meower's existence.\n\n_This message was added by Roarer._" + : user.quote ?? ""} + {credentials && credentials.username !== props.username ? (