fix: files list not updating when new file is uploaded

This commit is contained in:
Aman Harwara
2022-11-03 19:02:30 +05:30
parent de4adca059
commit 4036113206

View File

@@ -113,7 +113,7 @@ export class ItemListController extends AbstractViewController implements Intern
this.resetPagination()
this.disposers.push(
application.streamItems<SNNote>(ContentType.Note, () => {
application.streamItems<SNNote>([ContentType.Note, ContentType.File], () => {
void this.reloadItems(ItemsReloadSource.ItemStream)
}),
)