@@ -164,7 +164,7 @@ const Account = ({
|
||||
const { disableUserProvidedMedia } = useSettings();
|
||||
const { allowDisplayingRemoteNoLogin } = useFrontendConfig();
|
||||
|
||||
const withExternalLink = !allowDisplayingRemoteNoLogin && !account.local;
|
||||
const withExternalLink = !me && !allowDisplayingRemoteNoLogin && !account.local;
|
||||
|
||||
const handleAction = () => {
|
||||
onActionClick!(account);
|
||||
|
||||
Reference in New Issue
Block a user