(bug): "tagged in a conversation" notifications should take the user to the part of the conversation where the comment is which contains the tag.
Summary
"tagged in a conversation" notifications should take the user to the part of the conversation where the comment is which contains the tag.
Steps to reproduce
Click on a "tagged in a conversation" notification.
Platform information
(Browser, device, system stats, screen size)
What is the current bug behavior?
It just loads the group but doesn't take the user to the place in the conversation where the comment is which contains the tag. If there have been hundreds of comments since then the user would have to scroll up and search for it.
What is the expected correct behavior?
Perhaps use the same technique we just implemented for comment notifications. Take users to the section of the conversation where the comment is which contains the tag and just have a "Load Earlier" button at the top and a "Load Later" button at the bottom of the conversation window.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)