diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index a494b5f7..a0cc1ae8 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -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); }