Pin todo and trim its history

This commit is contained in:
yflory
2020-02-11 14:08:11 +01:00
parent 72d41e34fe
commit 415fc27539
2 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,12 @@ define([
if (profileChan) { channels.push(profileChan); }
}
// Todo
if (ctx.store.proxy.todo) {
channels.push(Hash.hrefToHexChannelId('/todo/#' + ctx.store.proxy.todo, null));
}
// Mailboxes
var mailboxes = ctx.store.proxy.mailboxes;
if (mailboxes) {