reverse the logic so we zidify by default
This commit is contained in:
parent
715847bf74
commit
fca405741a
@ -1754,10 +1754,10 @@ function get_plink($item,$conversation_mode = true) {
|
|||||||
else
|
else
|
||||||
$key = 'llink';
|
$key = 'llink';
|
||||||
|
|
||||||
$zidify = false;
|
$zidify = true;
|
||||||
|
|
||||||
if(array_key_exists('author',$item) && $item['author']['xchan_network'] === 'zot')
|
if(array_key_exists('author',$item) && $item['author']['xchan_network'] !== 'zot')
|
||||||
$zidify = true;
|
$zidify = false;
|
||||||
|
|
||||||
if(x($item,$key)) {
|
if(x($item,$key)) {
|
||||||
return array(
|
return array(
|
||||||
|
Reference in New Issue
Block a user