We don't need to store the extid
This commit is contained in:
@@ -191,7 +191,5 @@ function ifttt_message($uid, $item)
|
|||||||
$link = hash('ripemd128', $item['msg']);
|
$link = hash('ripemd128', $item['msg']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$post['extid'] = $link;
|
|
||||||
|
|
||||||
Post\Delayed::add($link, $post, PRIORITY_MEDIUM, true);
|
Post\Delayed::add($link, $post, PRIORITY_MEDIUM, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user