You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
@@ -38,7 +38,10 @@ export const allForDisplay = async (options: FolderLoadOptions = {}) => {
|
||||
export const refreshFolders = async (dispatch: Dispatch) => {
|
||||
refreshCalls_.push(true);
|
||||
try {
|
||||
const folders = await allForDisplay({ includeConflictFolder: true });
|
||||
const folders = await allForDisplay({
|
||||
includeConflictFolder: true,
|
||||
includeTrash: true,
|
||||
});
|
||||
|
||||
dispatch({
|
||||
type: 'FOLDER_UPDATE_ALL',
|
||||
|
||||
Reference in New Issue
Block a user