Clear connection feedback after login

This commit is contained in:
JC Brand 2017-09-08 18:18:55 +02:00
parent bd913734e4
commit f908463ab9

View File

@ -496,6 +496,7 @@
*/
_converse.log(`Status changed to: ${PRETTY_CONNECTION_STATUS[status]}`);
if (status === Strophe.Status.CONNECTED || status === Strophe.Status.ATTACHED) {
_converse.giveFeedback();
// By default we always want to send out an initial presence stanza.
_converse.send_initial_presence = true;
_converse.setDisconnectionCause();