We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently only send out push notifications for replies if noteAllDescendants is set:
noteAllDescendants
stacker.news/lib/webPush.js
Lines 37 to 54 in b28407e
However, direct replies always show up in /notifications so push notifications are inconsistent with the notifications we show there.
To fix this, we would need to always send a push notification for every reply.
No response
someone replies to someone who replied to me
Push notification received
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the bug
We currently only send out push notifications for replies if
noteAllDescendants
is set:stacker.news/lib/webPush.js
Lines 37 to 54 in b28407e
However, direct replies always show up in /notifications so push notifications are inconsistent with the notifications we show there.
To fix this, we would need to always send a push notification for every reply.
Screenshots
No response
Steps To Reproduce
someone replies to someone who replied to me
in settingsExpected behavior
Push notification received
Logs
No response
Device information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: