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
Up until the latest release, desktop notifications contained the beginning of the message. So you'd know if it was useful to go to the cinny tab. See
cinny/src/client/state/Notifications.js
Line 272 in 9ecb233
Now the notification just contains "new notification from X" (see
cinny/src/app/pages/client/ClientNonUIFeatures.tsx
Line 157 in e68c56b
Now you need to go into the cinny app to see if this notification is relevant or if it just interrupted your previous activity.
No response
A useful notification with the content of the message, as before.
Maybe a configurable behaviour if you want to hide the content of the message for privacy purposes.
Cinny version: v4.0
The text was updated successfully, but these errors were encountered:
would love for this to be configurable, similar to most messaging apps on mobile where you can choose whether to show content or keep it private.
Sorry, something went wrong.
I brought this up in the chat at some point before and it's supposedly intentional, so I'll 1+ this issue.
I also would love to have the option to hide/show the messages content in the notification so I can choose my own security/usability balance :)
No branches or pull requests
Describe the bug
Up until the latest release, desktop notifications contained the beginning of the message. So you'd know if it was useful to go to the cinny tab. See
cinny/src/client/state/Notifications.js
Line 272 in 9ecb233
Now the notification just contains "new notification from X" (see
cinny/src/app/pages/client/ClientNonUIFeatures.tsx
Line 157 in e68c56b
Now you need to go into the cinny app to see if this notification is relevant or if it just interrupted your previous activity.
Reproduction
No response
Expected behavior
A useful notification with the content of the message, as before.
Maybe a configurable behaviour if you want to hide the content of the message for privacy purposes.
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: