mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 09:55:28 +00:00
invite url
This commit is contained in:
@@ -207,7 +207,8 @@ export const UserProfile = observer(
|
||||
</Button>
|
||||
</Link>
|
||||
)}
|
||||
{(user.relationship === "Friend" || user.bot) && (
|
||||
{(user.relationship === "Friend" || user.bot || user.relationship === "None") && (
|
||||
|
||||
<Localizer>
|
||||
<Tooltip
|
||||
content={
|
||||
|
||||
Reference in New Issue
Block a user