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:
@@ -3177,7 +3177,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false
|
||||
"' portable_id='" . $item['author']['xchan_hash'] .
|
||||
"' avatar='" . $item['author']['xchan_photo_s'] .
|
||||
"' link='" . $item['plink'] .
|
||||
"' auth='" . ((in_array($item['author']['xchan_network'], ['zot6','zot'])) ? 'true' : 'false') .
|
||||
"' auth='" . (($item['author']['xchan_network'] === 'zot6') ? 'true' : 'false') .
|
||||
"' posted='" . $item['created'] .
|
||||
"' message_id='" . $item['mid'] .
|
||||
"']";
|
||||
|
||||
Reference in New Issue
Block a user