From: Michael Date: Sun, 13 Dec 2020 21:02:19 +0000 (+0000) Subject: We don't need to store the extid X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dca9bb3844ce632b34c6635f5e54fd728b7d0284;p=friendica-addons.git We don't need to store the extid --- 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); }