Cleanup some MessageFlagsCache handling

This commit is contained in:
the-djmaze 2022-06-07 15:48:16 +02:00
parent 42fe9ae1ba
commit 78a3b1a5be
3 changed files with 10 additions and 17 deletions

View file

@ -18,6 +18,7 @@ import { AbstractModel } from 'Knoin/AbstractModel';
import PreviewHTML from 'Html/PreviewMessage.html';
//import { MessageFlagsCache } from 'Common/Cache';
import Remote from 'Remote/User/Fetch';
const
@ -44,6 +45,7 @@ const
} else {
message.flags.push(lower);
}
// MessageFlagsCache.setFor(message.folder, message.uid, message.flags());
}
}, {
Folder: message.folder,