Merge branch 'dev' of /home/macgirvin/z into dev

This commit is contained in:
nobody 2020-12-23 15:29:43 -08:00
commit f60b3e7a21
3 changed files with 1921 additions and 1872 deletions

View file

@ -230,6 +230,11 @@ class Queue {
if($outq['outq_driver'] === 'activitypub') {
$channel = channelx_by_n($outq['outq_channel']);
if (! $channel) {
logger('missing channel: ' . $outq['outq_channel']);
return;
}
$retries = 0;
$m = parse_url($outq['outq_posturl']);

View file

@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '20.12.23' );
define ( 'STD_VERSION', '20.12.24' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1247 );

File diff suppressed because it is too large Load diff