Skip to content

Commit

Permalink
ConversationView shouldn't load link previews after unload
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Aug 26, 2021
1 parent 858dd34 commit 0f5f803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/views/conversation_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,7 @@ Whisper.ConversationView = Whisper.View.extend({
}

this.removeLinkPreview();
this.disableLinkPreviews = true;

this.remove();
},
Expand Down

0 comments on commit 0f5f803

Please sign in to comment.