mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Burn notices, burn
This commit is contained in:
parent
aa2ab3d0e7
commit
8b96a53fba
6 changed files with 36 additions and 30 deletions
|
@ -361,7 +361,7 @@ class Profile
|
|||
if ($r) {
|
||||
$remote_url = $r[0]['url'];
|
||||
$message_path = preg_replace('=(.*)/profile/(.*)=ism', '$1/message/new/', $remote_url);
|
||||
$wallmessage_link = $message_path . base64_encode($profile['addr']);
|
||||
$wallmessage_link = $message_path . base64_encode(defaults($profile, 'addr', ''));
|
||||
} else if (!empty($profile['nickname'])) {
|
||||
$wallmessage_link = 'wallmessage/' . $profile['nickname'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue