Changed parameter for delayed posts

This commit is contained in:
Michael 2021-08-06 18:52:44 +00:00
parent 2d4ecd5ccf
commit 20bf1c4f24
2 changed files with 2 additions and 2 deletions

View file

@ -191,5 +191,5 @@ function ifttt_message($uid, $item)
$link = hash('ripemd128', $item['msg']);
}
Post\Delayed::add($link, $post, PRIORITY_MEDIUM, true);
Post\Delayed::add($link, $post, PRIORITY_MEDIUM, Post\Delayed::UNPREPARED);
}