mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
OStatus conversation are now checked every 30 minutes for new answers.
This commit is contained in:
parent
2350aa54eb
commit
c9307eb96a
3 changed files with 60 additions and 20 deletions
|
@ -86,7 +86,8 @@ function poller_run(&$argv, &$argc){
|
|||
if($abandon_days < 1)
|
||||
$abandon_days = 0;
|
||||
|
||||
|
||||
// Check OStatus conversations
|
||||
check_conversations();
|
||||
|
||||
// once daily run birthday_updates and then expire in background
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue