Add missing callback

This commit is contained in:
yflory 2021-04-13 11:38:18 +02:00
parent 3d4f94bb13
commit 5f99dad482

View file

@ -678,6 +678,7 @@ ctx.calendars[channel] = {
delete c.proxy.content[data.id];
Realtime.whenRealtimeSyncs(c.lm.realtime, function () {
sendUpdate(ctx, c);
cb();
});
};