projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524711e
)
Fix mark as read.
author
Dessalines
<tyhou13@gmx.com>
Wed, 6 Jan 2021 21:07:13 +0000
(16:07 -0500)
committer
Dessalines
<tyhou13@gmx.com>
Wed, 6 Jan 2021 21:07:13 +0000
(16:07 -0500)
src/shared/components/post.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post.tsx
b/src/shared/components/post.tsx
index 160dfccd74ba81efb18d0fc13c738f2b3f992e55..f7bf3730efb3b77ff1bc82d0c3ca313289f3ded6 100644
(file)
--- a/
src/shared/components/post.tsx
+++ b/
src/shared/components/post.tsx
@@
-194,7
+194,7
@@
export class Post extends Component<any, PostState> {
UserService.Instance.user.id == parent_user_id
) {
let form: MarkCommentAsRead = {
- comment_id: found.c
reator
.id,
+ comment_id: found.c
omment
.id,
read: true,
auth: authField(),
};