mirror of https://github.com/xwiki-labs/cryptpad
Add missing callback
This commit is contained in:
parent
3d4f94bb13
commit
5f99dad482
|
@ -678,6 +678,7 @@ ctx.calendars[channel] = {
|
|||
delete c.proxy.content[data.id];
|
||||
Realtime.whenRealtimeSyncs(c.lm.realtime, function () {
|
||||
sendUpdate(ctx, c);
|
||||
cb();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue