diff options
author | friendica <info@friendica.com> | 2014-01-30 01:00:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-30 01:00:46 -0800 |
commit | 6c6a9b963a925d33b2cc436d877a4edc5f0d59b1 (patch) | |
tree | 3e723662de15092ab666ab412526ac0e17e150f7 /mod/chatsvc.php | |
parent | 080928f214c9f83879f1578e05baa6032fa2b7b8 (diff) | |
download | volse-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/chatsvc.php')
-rw-r--r-- | mod/chatsvc.php | 3 |
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) { |