Added a note concerning the question how to fix issue 3838

This commit is contained in:
Michael 2018-08-10 20:28:41 +00:00
parent 6b14a2623a
commit 7d945e8504
1 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,8 @@ class Profile
$wallmessage = false;
$wallmessage_link = false;
// See issue https://github.com/friendica/friendica/issues/3838
// Either we remove the message link for remote users or we enable creating messages from remote users
if (remote_user() || (self::getMyURL() && x($profile, 'unkmail') && ($profile['uid'] != local_user()))) {
$wallmessage = L10n::t('Message');