fix: files list not updating when new file is uploaded
This commit is contained in:
@@ -113,7 +113,7 @@ export class ItemListController extends AbstractViewController implements Intern
|
|||||||
this.resetPagination()
|
this.resetPagination()
|
||||||
|
|
||||||
this.disposers.push(
|
this.disposers.push(
|
||||||
application.streamItems<SNNote>(ContentType.Note, () => {
|
application.streamItems<SNNote>([ContentType.Note, ContentType.File], () => {
|
||||||
void this.reloadItems(ItemsReloadSource.ItemStream)
|
void this.reloadItems(ItemsReloadSource.ItemStream)
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user