IFTTT/Twitter: Support for delayed posts #1057

Merged
annando merged 5 commits from delayed-unprepared into 2020.12-rc 2020-12-14 04:29:36 +01:00
Showing only changes of commit dca9bb3844 - Show all commits

We don't need to store the extid

Michael 2020-12-13 21:02:19 +00:00

View file

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