We don't need to store the extid

This commit is contained in:
Michael 2020-12-13 21:02:19 +00:00
parent 0d84a9fbaf
commit dca9bb3844
1 changed files with 0 additions and 2 deletions

View 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);
}