]> git.mxchange.org Git - friendica.git/blob - include/threadupdate.php
Shared posts to Libertree now look better.
[friendica.git] / include / threadupdate.php
1 <?php
2 require_once("include/threads.php");
3
4 function threadupdate_run(&$argv, &$argc){
5         update_threads();
6         update_threads_mention();
7 }