-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
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
Show encrypted message notification content by default. #4530
Conversation
So do I have this correct?
|
From reading the other PR and the code a bit more clears it up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good to me. As @gileluard mentioned a BuildSetting could be useful for PS/Customers. And also double checking design/product sign off on the changed behaviour.
BuildSetting added 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pixlwave, it's all good for me. Let's enable push notification decryption by default.
…t_fix # Conflicts: # CHANGES.rst # Config/BuildSettings.swift
8c64209
to
6229055
Compare
Enables the "Show decrypted content" notification setting by default on first run of a fresh install.
Fixes #4519.
Note related: matrix-org/matrix-ios-kit#846