]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
There is now two different checks for the completion of conversations
[friendica.git] / include / poller.php
index 933624ecb57ef0621e3cfc4e6adac52c8b71cc8e..d971d4f00410a76cb77acac4364516c327052884 100644 (file)
@@ -103,7 +103,11 @@ function poller_run(&$argv, &$argc){
                $abandon_days = 0;
 
        // Check OStatus conversations
-       check_conversations();
+       // Check only conversations with mentions (for a longer time)
+       check_conversations(true);
+
+       // Check every conversation
+       check_conversations(false);
 
        // To-Do: Regenerate usage statistics
        // q("ANALYZE TABLE `item`");