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

Enable sending quoted replies, two fixes #2284

Merged
merged 3 commits into from
Apr 25, 2018

Conversation

scottnonnenberg-signal
Copy link
Contributor

This removes the bit of code for v1.8.0 that prevents the ability to quote messages.

It also fixes two other bugs:

  1. When you sent a quote, you'd see a flicker in the thumbnails of the other quotes in the conversation. This is because we were re-fetching and re-rendering those thumbnails.
  2. When you linked a new iOS device, the iOS theme would not show until restarting the app.

Turns out that we reload thumbnails for every message when any new
message is added to the conversation. This fix prevents that by actually
checking for the proper sentinel on the message model
Copy link
Contributor

@gasi-signal gasi-signal left a comment

Choose a reason for hiding this comment

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

LGTM 👍

if (view) {
view.applyTheme();
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for fixing this one! Is that the one Matt found?

@scottnonnenberg-signal scottnonnenberg-signal merged commit adf91ee into development Apr 25, 2018
@scottnonnenberg-signal scottnonnenberg-signal deleted the enable-send-quote branch April 25, 2018 16:09
scottnonnenberg-signal added a commit that referenced this pull request Apr 25, 2018
Send quoted replies via hover menu on message (#2284, #2292)

Fixed: Linking a new iOS device would not initially show iOS theme (#2284)

Fixed: In iOS theme, narrow images would result in a broken chat bubble (#2273, #2282)

Dev:
  - Fix beta install instructions in readme for debian-based linux (#2262)
  - Media Gallery: Phase 1 - currently disabled (#2236)
scottnonnenberg-signal added a commit that referenced this pull request May 1, 2018
v1.9.0-beta.1

Send quoted replies via hover menu on message (#2284, #2292)

Fixed: Linking a new iOS device would not initially show iOS theme (#2284)

Fixed: In iOS theme, narrow images would result in a broken chat bubble (#2273, #2282)

Dev:
  - Fix beta install instructions in readme for debian-based linux (#2262)
  - Media Gallery: Phase 1 - currently disabled (#2236)
scottnonnenberg-signal added a commit that referenced this pull request May 1, 2018
Send quoted replies via hover menu on message (#2284, #2292)

Fixed: Linking a new iOS device would not initially show iOS theme (#2284)

Dev: Media Gallery: Phase 1 - currently disabled (#2236)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants