更新评论功能
- 评论现在在发送后自动刷新 - 评论现在在点赞后自动刷新 - 评论现在在创建后自动 刷新 - 评论现在在加载时自动刷新 - 评论现在在删除后自动刷新 - 评论现在在编辑后自动刷新
This commit is contained in:
@@ -139,8 +139,8 @@ class CommentServiceImpl : CommentService {
|
||||
selfNotice: Boolean?
|
||||
): ListContainer<CommentEntity> {
|
||||
val resp = ApiClient.api.getComments(
|
||||
pageNumber,
|
||||
postId,
|
||||
page = pageNumber,
|
||||
postId = postId,
|
||||
postUser = postUser,
|
||||
selfNotice = selfNotice?.let {
|
||||
if (it) 1 else 0
|
||||
|
||||
Reference in New Issue
Block a user