Commit 37001a9b authored by JC Brand's avatar JC Brand

Also send out presence stanza when setting it via API

parent d3767426
......@@ -44,6 +44,7 @@
if (typeof message === "string") {
data.status_message = message;
}
converse.xmppstatus.sendPresence(value);
converse.xmppstatus.save(data);
},
'message': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment