start adding of posts view
This commit is contained in:
features/content
binary
server
src
jvmMain
kotlin
dev
inmo
postssystem
features
content
binary
server
src
jvmMain
kotlin
dev
inmo
postssystem
features
content
server
storage
text
server
src
jvmMain
kotlin
dev
inmo
postssystem
features
content
text
services/posts/client/src/commonMain/kotlin/dev/inmo/postssystem/services/posts/client/ui/posts_list
@ -81,4 +81,8 @@ class BinaryServerContentStorage(
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
override suspend fun getContentPreview(id: ContentId): RegisteredContent? {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user