The "unkmail" functionality is removed

This commit is contained in:
Michael 2024-01-03 10:23:11 +00:00
parent 21b16ef822
commit 7ecf143e4c
14 changed files with 190 additions and 477 deletions

View file

@ -352,8 +352,6 @@ class Profile
if (Contact::canReceivePrivateMessages($profile_contact)) {
if ($visitor_is_followed || $visitor_is_following) {
$wallmessage_link = $visitor_base_path . '/message/new/' . $profile_contact['id'];
} elseif ($visitor_is_authenticated && !empty($profile['unkmail'])) {
$wallmessage_link = 'profile/' . $profile['nickname'] . '/unkmail';
}
}
}