add previews in binary content
This commit is contained in:
@@ -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>) {
|
||||
|
Reference in New Issue
Block a user