fix: regression with changing password in office apps

This commit is contained in:
Fabrice Mouhartem 2026-03-27 10:33:15 +01:00
parent 91e862c1ed
commit 7df1b3bf9b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -265,6 +265,7 @@ const factory = (Feedback) => {
wc.bcast(msg);
});
wc.leave();
cb();
};
ctx.store.anon_rpc.send("IS_NEW_CHANNEL", channel, function (e, response) {

File diff suppressed because one or more lines are too long