Merge branch 'dev' of codeberg.org:streams/streams into dev

This commit is contained in:
Mike Macgirvin 2023-11-15 07:45:45 +11:00
commit e617d218ef
2 changed files with 2 additions and 2 deletions

View file

@ -2982,7 +2982,7 @@ function start_delivery_chain($channel, $item, $item_id, bool|array $parent, $gr
"' portable_id='" . $item['author']['xchan_hash'] . "' portable_id='" . $item['author']['xchan_hash'] .
"' avatar='" . $item['author']['xchan_photo_s'] . "' avatar='" . $item['author']['xchan_photo_s'] .
"' link='" . $item['plink'] . "' link='" . $item['plink'] .
"' auth='" . ((isOWAEnabled($this->item['author']['xchan_url'])) ? 'true' : 'false') . "' auth='" . ((isOWAEnabled($item['author']['xchan_url'])) ? 'true' : 'false') .
"' posted='" . $item['created'] . "' posted='" . $item['created'] .
"' message_id='" . $item['mid'] . "' message_id='" . $item['mid'] .
"']"; "']";

View file

@ -1,2 +1,2 @@
<?php <?php
define ('STD_VERSION', '23.11.13'); define ('STD_VERSION', '23.11.14');