diff options
author | marijus <mario@localhost.localdomain> | 2014-01-30 10:15:36 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-01-30 10:15:36 +0100 |
commit | 3d43553b2043b235730f1add9d680a96bc9d8530 (patch) | |
tree | 3e723662de15092ab666ab412526ac0e17e150f7 /mod/chatsvc.php | |
parent | 91e9e3be91e9fd6ba73085066d34a4c6daf27ee9 (diff) | |
parent | 6c6a9b963a925d33b2cc436d877a4edc5f0d59b1 (diff) | |
download | volse-hubzilla-3d43553b2043b235730f1add9d680a96bc9d8530.tar.gz volse-hubzilla-3d43553b2043b235730f1add9d680a96bc9d8530.tar.bz2 volse-hubzilla-3d43553b2043b235730f1add9d680a96bc9d8530.zip |
Merge branch 'master' of https://github.com/friendica/red
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) { |