You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Rocket.Chat Experimental app version: All Versions
Your Rocket.Chat server version: 3.4
Device (or Simulator) you're running with: Any
Hi,
since RC will be enforcing the registration for the ability to use the push gateway, we were generally wondering if the push notifications are actually encrypted, besides TLS. Our users depend on the message content being sent as a payload. Turning that off for privacy reasons is not really an option.
So, if there is no further encryption implemented, we would like to add this as a feature request.
Thank you in advance and have a nice day.
The text was updated successfully, but these errors were encountered:
Hi!
We're going to implement push notification encryption soon, but we're already finishing a similar feature we called Push Notification Privacy
The server PR was merged a few hours ago.
It's not an encryption yet, but the info isn't going to be sent to Apple/Google anymore.
Quick explanation:
Push notification encryption
Whole notification needs to be encrypted on the server and decrypted on the app before displaying it.
Push notification privacy
The server sends only the message id on the push notification and the app fetches the rest of content from the server before displaying it.
Push Notification Privacy is planned to be released in August.
Hi,
since RC will be enforcing the registration for the ability to use the push gateway, we were generally wondering if the push notifications are actually encrypted, besides TLS. Our users depend on the message content being sent as a payload. Turning that off for privacy reasons is not really an option.
So, if there is no further encryption implemented, we would like to add this as a feature request.
Thank you in advance and have a nice day.
The text was updated successfully, but these errors were encountered: