Commit 33cfe073 authored by JC Brand's avatar JC Brand

Recreate promises upon logout.

parent 68b839d0
......@@ -654,6 +654,9 @@
} else {
_converse._tearDown();
}
// Recreate all the promises
_.each(_.keys(_converse.promises), addPromise);
_converse.emit('logout');
};
......
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