mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
more deprecate legacy zot
This commit is contained in:
@@ -1053,7 +1053,7 @@ function thread_author_menu($item, $mode = '') {
|
||||
}
|
||||
else {
|
||||
$url = (($item['author']['xchan_addr']) ? $item['author']['xchan_addr'] : $item['author']['xchan_url']);
|
||||
if($local_channel && $url && (! in_array($item['author']['xchan_network'],[ 'rss', 'anon','unknown' ]))) {
|
||||
if($local_channel && $url && (! in_array($item['author']['xchan_network'],[ 'rss', 'anon','unknown', 'zot' ]))) {
|
||||
$follow_url = z_root() . '/follow/?f=&url=' . urlencode($url) . '&interactive=0';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user