forked from friendica/friendica-addons
The priority is now a class constant
This commit is contained in:
parent
de0a3576ba
commit
b321ded5ed
2 changed files with 2304 additions and 219 deletions
|
@ -179,5 +179,5 @@ function ifttt_message($uid, $item)
|
||||||
$link = hash('ripemd128', $item['msg']);
|
$link = hash('ripemd128', $item['msg']);
|
||||||
}
|
}
|
||||||
|
|
||||||
Post\Delayed::add($link, $post, Worker::PRIORITY_MEDIUM, Post\Delayed::PREPARED);
|
Post\Delayed::add($link, $post, Worker::PRIORITY_MEDIUM, Post\Delayed::UNPREPARED);
|
||||||
}
|
}
|
||||||
|
|
2521
twitter/twitter.php
2521
twitter/twitter.php
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue