Hide some functions from rl.app.

This commit is contained in:
the-djmaze 2022-02-07 17:27:25 +01:00
parent ab149b5ec9
commit 1f0af5c0ac
7 changed files with 57 additions and 64 deletions

View file

@ -18,6 +18,8 @@ import { AbstractFetchRemote } from 'Remote/AbstractFetch';
import { FolderCollectionModel } from 'Model/FolderCollection';
import { MessageUserStore } from 'Stores/User/Message';
class RemoteUserFetch extends AbstractFetchRemote {
/**
@ -130,7 +132,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
UidNext: getFolderUidNext(folder) // Used to check for new messages
});
} else if (SettingsUserStore.useThreads()) {
rl.app.reloadFlagsCurrentMessageListAndMessageFromCache();
MessageUserStore.reloadFlagsAndCachedMessage();
}
}