Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Go to comment when clicking on reply comment in inbox, fixes #1089#1091

Merged
dessalines merged 3 commits into
LemmyNet:mainfrom
twizmwazin:comment-title-to-comment
Aug 3, 2023
Merged

Go to comment when clicking on reply comment in inbox, fixes #1089#1091
dessalines merged 3 commits into
LemmyNet:mainfrom
twizmwazin:comment-title-to-comment

Conversation

@twizmwazin

Copy link
Copy Markdown
Contributor

No description provided.

onPostClick = { postId ->
appState.toPost(id = postId)
goToComment(commentReplyView)
markAsRead(commentReplyView)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause it to mark already marked as read comments as not read yet.
Do the same as

                              // Do not mark already read reply as read
                                                if (!crv.comment_reply.read) {
                                                    markAsRead(crv)
                                                }

@dessalines

Copy link
Copy Markdown
Member

Does this overlap with #1127?

@dessalines dessalines enabled auto-merge (squash) August 3, 2023 13:48
@dessalines dessalines disabled auto-merge August 3, 2023 13:48
@dessalines dessalines merged commit 4d4affe into LemmyNet:main Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants