back-end for changing online status and keeping presence refreshed

This commit is contained in:
friendica
2014-01-29 20:40:37 -08:00
parent 9fdee53c9a
commit 7b60978262
3 changed files with 25 additions and 0 deletions

View File

@@ -67,5 +67,8 @@ function chat_content(&$a) {
));
return $o;
}
require_once('include/widgets.php');
return widget_chatroom_list(array());
}