add previews in binary content

This commit is contained in:
2022-03-18 19:04:57 +06:00
parent 787f8d7526
commit 72578f6b58
13 changed files with 254 additions and 49 deletions

View File

@@ -44,7 +44,9 @@ class WriteDistFilesStorage(
input.copyTo(output)
}
}
FullFileInfoStorageWrapper(newId, it)
FullFileInfoStorageWrapper(newId, it).also {
_newObjectsFlow.emit(it)
}
}
override suspend fun deleteById(ids: List<FileId>) {