From dca9bb3844ce632b34c6635f5e54fd728b7d0284 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 13 Dec 2020 21:02:19 +0000 Subject: [PATCH] We don't need to store the extid --- ifttt/ifttt.php | 2 -- 1 file changed, 2 deletions(-) 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); }