(bug): Push notifications in iOS should take you to a specific place based on the notification context and not just drop you off at the home page.
Summary
Push notifications in iOS should take you to a specific place based on the notification context and not just drop you off at the home page.
Steps to reproduce
- Open a push notification for a comment on a post.
Platform information
iOS 12.1.4 / iPhone SE
What is the current bug behavior?
When opened, the push notification takes the user to the home page.
What is the expected correct behavior?
Push notifications should take the user to the reference location. If it's a message, to the message conversation. If it's a comment on a post, to the comment on that post. If a subscribe, to their channel, etc. If not logged in, take them to the login page.
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)
Edited by Jake Passi