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

Add 'low bandwidth setting' #2312

Merged
merged 4 commits into from Nov 28, 2018
Merged

Add 'low bandwidth setting' #2312

merged 4 commits into from Nov 28, 2018

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Nov 28, 2018

Disables:

  • Avatars
  • e2e
  • Presence
  • Read marker
  • Read receipts
  • Typing Notifs

@dbkr dbkr requested a review from a team November 28, 2018 17:27
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment, otherwise lgtm

{
id: "lowBandwidth",
fn: () => {
PlatformPeg.get().reload();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need to reload to apply the setting? It seems kinda weird to say someone is entering low bandwidth mode and start the whole app up again.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, is a bit weird but I don't think you can turn crypto off once you've called initCrypto()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, right.

@dbkr dbkr merged commit c45ee2e into experimental2 Nov 28, 2018
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.

None yet

2 participants