Fix Bug 65761 - Rooms.ExternalLink. Fixed markasnew-folder

This commit is contained in:
Nikita Gopienko 2024-01-10 15:01:25 +03:00
parent cfdbc701ce
commit db0dfd7710

View File

@ -274,7 +274,9 @@ class FilesStore {
const foundIndex = fileId && this.files.findIndex((x) => x.id === fileId);
this.treeFoldersStore.fetchTreeFolders();
if (!this.publicRoomStore.isPublicRoom) {
this.treeFoldersStore.fetchTreeFolders();
}
if (foundIndex == -1) return;
this.updateFileStatus(