diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 08:11:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 08:11:40 +0000 |
commit | 0718ac514d2421a96ab191f874a0cd8b120a5a78 (patch) | |
tree | 61640e142ee1412b2fa2856d1ec09807cf4be0bc /include/conversation.php | |
parent | d289994da4b7717199abf8bf8d43b1a021f250fe (diff) | |
download | volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.tar.gz volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.tar.bz2 volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.zip |
remove deprecated mail code
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php index 9fc70c511..a5fdb5fa1 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1057,9 +1057,6 @@ function thread_author_menu($item, $mode = '') { $follow_url = z_root() . '/follow/?f=&url=' . urlencode($url) . '&interactive=0'; } } - if($item['uid'] > 0 && author_is_pmable($item['author'],$contact)) { - $pm_url = z_root() . '/mail/new/?f=&hash=' . urlencode($item['author_xchan']); - } } if($contact) { |