]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Profile.php
Merge pull request #5598 from annando/issue-3838
[friendica.git] / src / Model / Profile.php
index 2e1af26c761275567f682b0e63f08642066404e4..0f99379bc6c530a792523b866e61e749d64bbaa3 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');