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
Now the notification just contains "new notification from X" (see
|
body: `New inbox notification from ${username}`, |
)
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
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