mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Hide some functions from rl.app.
This commit is contained in:
parent
ab149b5ec9
commit
1f0af5c0ac
7 changed files with 57 additions and 64 deletions
|
|
@ -477,6 +477,12 @@ export const MessageUserStore = new class {
|
|||
);
|
||||
}
|
||||
|
||||
reloadFlagsAndCachedMessage() {
|
||||
this.list.forEach(message => MessageFlagsCache.initMessage(message));
|
||||
MessageFlagsCache.initMessage(this.message());
|
||||
this.messageViewTrigger(!this.messageViewTrigger());
|
||||
}
|
||||
|
||||
setMessageList(data, cached) {
|
||||
const collection = MessageCollectionModel.reviveFromJson(data.Result, cached);
|
||||
if (collection) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue