Added a note concerning the question how to fix issue 3838
authorMichael <heluecht@pirati.ca>
Fri, 10 Aug 2018 20:28:41 +0000 (20:28 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 10 Aug 2018 20:28:41 +0000 (20:28 +0000)
src/Model/Profile.php

index 2e1af26..0f99379 100644 (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');