start adding of posts view

This commit is contained in:
2022-03-18 15:43:10 +06:00
parent 709e7a8583
commit 787f8d7526
4 changed files with 40 additions and 5 deletions

View File

@@ -81,4 +81,8 @@ class BinaryServerContentStorage(
)
}
}
override suspend fun getContentPreview(id: ContentId): RegisteredContent? {
TODO("Not yet implemented")
}
}