mirror of https://github.com/xwiki-labs/cryptpad
fix a deadlock by returning the lock after clearing ephemeral channels
This commit is contained in:
parent
a2eee153b1
commit
ac3a58cc38
|
@ -112,6 +112,7 @@ nThen(function (w) {
|
|||
return void cb();
|
||||
}
|
||||
Log.info('EVICT_EPHEMERAL_CHANNEL_REMOVAL', item.channel);
|
||||
cb();
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue