Merge branch 'staging' of github.com:cryptpad/cryptpad into staging

This commit is contained in:
yflory 2026-03-27 17:06:50 +01:00
commit 395a91ad4c
2 changed files with 2 additions and 1 deletions

View File

@ -266,6 +266,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