]> git.mxchange.org Git - friendica-addons.git/blobdiff - ifttt/ifttt.php
Update .drone.yml
[friendica-addons.git] / 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);
 }