mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
Merge 06424452ef into 41f47a1a3f
This commit is contained in:
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user