The decryption of the message upon receiving a notification has been implemented by sending the current session name along with the session name which sent the message. This allowed the decryption of the message text in the notification, but could cause information leaking.
Implement one of these two options
- Remove the text from the notification altogether (the user would be able to read it anyway by clicking the notification).
- Add a setting entry in which the user can select whether to show the text or not.
The decryption of the message upon receiving a notification has been implemented by sending the current session name along with the session name which sent the message. This allowed the decryption of the message text in the notification, but could cause information leaking.
Implement one of these two options