]> git.mxchange.org Git - friendica-addons.git/commitdiff
We don't need to store the extid
authorMichael <heluecht@pirati.ca>
Sun, 13 Dec 2020 21:02:19 +0000 (21:02 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 13 Dec 2020 21:02:19 +0000 (21:02 +0000)
ifttt/ifttt.php

index a494b5f7be9db061a1b61be09fd3d7575064d52a..a0cc1ae806af1ad818d948cf263c867f338d8fc3 100644 (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);
 }