更改推送
This commit is contained in:
@@ -13,7 +13,6 @@ data class CommentEntity(
|
||||
val comment: String,
|
||||
val date: Date,
|
||||
val likes: Int,
|
||||
val replies: List<CommentEntity>,
|
||||
val postId: Int = 0,
|
||||
val avatar: String,
|
||||
val author: Long,
|
||||
|
||||
Reference in New Issue
Block a user