mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
The "unkmail" functionality is removed
This commit is contained in:
parent
21b16ef822
commit
7ecf143e4c
14 changed files with 190 additions and 477 deletions
|
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue