From 7d945e850403f60bc50a96b884165fa78953a4a5 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Aug 2018 20:28:41 +0000 Subject: [PATCH] Added a note concerning the question how to fix issue 3838 --- src/Model/Profile.php | 2 ++ 1 file changed, 2 insertions(+) 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');