mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Fix mark as read.
This commit is contained in:
parent
524711e05e
commit
57a7de64c0
|
@ -194,7 +194,7 @@ export class Post extends Component<any, PostState> {
|
|||
UserService.Instance.user.id == parent_user_id
|
||||
) {
|
||||
let form: MarkCommentAsRead = {
|
||||
comment_id: found.creator.id,
|
||||
comment_id: found.comment.id,
|
||||
read: true,
|
||||
auth: authField(),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue