fix: remove self report

sus??
This commit is contained in:
Asraye
2025-09-15 02:51:35 +10:00
committed by GitHub
parent 41f47a1a3f
commit 06424452ef

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={