mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-10 10:35:27 +00:00
fix: remove self report
sus??
This commit is contained in:
@@ -247,7 +247,10 @@ export const UserProfile = observer(
|
||||
<UserX size={28} />
|
||||
</IconButton>
|
||||
)}
|
||||
{!user.bot && flags != 2 && flags != 4 && (
|
||||
{!user.bot &&
|
||||
user._id !== client.user?._id &&
|
||||
flags != 2 &&
|
||||
flags != 4 && (
|
||||
<Localizer>
|
||||
<Tooltip
|
||||
content={
|
||||
|
||||
Reference in New Issue
Block a user