aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-30 01:00:46 -0800
committerfriendica <info@friendica.com>2014-01-30 01:00:46 -0800
commit6c6a9b963a925d33b2cc436d877a4edc5f0d59b1 (patch)
tree3e723662de15092ab666ab412526ac0e17e150f7 /mod
parent080928f214c9f83879f1578e05baa6032fa2b7b8 (diff)
downloadvolse-hubzilla-6c6a9b963a925d33b2cc436d877a4edc5f0d59b1.tar.gz
volse-hubzilla-6c6a9b963a925d33b2cc436d877a4edc5f0d59b1.tar.bz2
volse-hubzilla-6c6a9b963a925d33b2cc436d877a4edc5f0d59b1.zip
a bit more ajax work on chat and chatsvc and some fiddling with layouts
Diffstat (limited to 'mod')
-rw-r--r--mod/chatsvc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/chatsvc.php b/mod/chatsvc.php
index 39161b5a7..d76a87462 100644
--- a/mod/chatsvc.php
+++ b/mod/chatsvc.php
@@ -59,7 +59,8 @@ function chatsvc_post(&$a) {
dbesc(datetime_convert()),
dbesc($text)
);
-
+ $ret['success'] = true;
+ json_return_and_die($ret);
}
function chatsvc_content(&$a) {