Skip to content
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

Merged
merged 5 commits into from
Jul 23, 2021

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Jul 5, 2021

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

@langleyd
Copy link
Member

langleyd commented Jul 9, 2021

So do I have this correct?

  • The legacy behaviour was that it was stored server side in account settings (MXKAccount)
  • This was then changed to a per device preference but using server side preference as a default.
  • We are now just defaulting each new install to show decrypted content by default.

@langleyd
Copy link
Member

langleyd commented Jul 9, 2021

From reading the other PR and the code a bit more clears it up.

@langleyd langleyd self-requested a review July 9, 2021 10:26
Copy link
Member

@langleyd langleyd left a 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.

@pixlwave
Copy link
Member Author

pixlwave commented Jul 9, 2021

BuildSetting added 👍

@manuroe manuroe self-assigned this Jul 20, 2021
Copy link
Member

@manuroe manuroe left a 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
@pixlwave pixlwave force-pushed the doug/4519_decrypt_notifications_by_default branch from 8c64209 to 6229055 Compare July 23, 2021 09:17
@pixlwave pixlwave merged commit 0318868 into develop Jul 23, 2021
@pixlwave pixlwave deleted the doug/4519_decrypt_notifications_by_default branch July 23, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable notifications for E2E by default
3 participants