aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chat.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-29 20:40:37 -0800
committerfriendica <info@friendica.com>2014-01-29 20:40:37 -0800
commit7b609782623d91c2bdf81c04cd801aaae927e9fa (patch)
tree3e1a7e41bf0cefbc0bd96a44cc1766247f1bbea3 /mod/chat.php
parent9fdee53c9a35d584de8cacd071c6608de88a18b6 (diff)
downloadvolse-hubzilla-7b609782623d91c2bdf81c04cd801aaae927e9fa.tar.gz
volse-hubzilla-7b609782623d91c2bdf81c04cd801aaae927e9fa.tar.bz2
volse-hubzilla-7b609782623d91c2bdf81c04cd801aaae927e9fa.zip
back-end for changing online status and keeping presence refreshed
Diffstat (limited to 'mod/chat.php')
-rw-r--r--mod/chat.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/chat.php b/mod/chat.php
index b8af4c1a6..fa3d05364 100644
--- a/mod/chat.php
+++ b/mod/chat.php
@@ -67,5 +67,8 @@ function chat_content(&$a) {
));
return $o;
}
+ require_once('include/widgets.php');
+
+ return widget_chatroom_list(array());
} \ No newline at end of file