From: Michael Date: Fri, 10 Aug 2018 20:28:41 +0000 (+0000) Subject: Added a note concerning the question how to fix issue 3838 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d945e850403f60bc50a96b884165fa78953a4a5;p=friendica.git Added a note concerning the question how to fix issue 3838 --- diff --git a/src/Model/Profile.php b/src/Model/Profile.php index 2e1af26c76..0f99379bc6 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -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');