This commit is contained in:
Asraye
2025-09-14 16:53:30 +00:00
committed by GitHub

View File

@@ -247,7 +247,10 @@ export const UserProfile = observer(
<UserX size={28} /> <UserX size={28} />
</IconButton> </IconButton>
)} )}
{!user.bot && flags != 2 && flags != 4 && ( {!user.bot &&
user._id !== client.user?._id &&
flags != 2 &&
flags != 4 && (
<Localizer> <Localizer>
<Tooltip <Tooltip
content={ content={