`ConversationView` shouldn't load link previews after unload

This commit is contained in:
Evan Hahn 2021-08-26 10:34:58 -05:00 committed by GitHub
parent f86f753df9
commit 418ce2eb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1634,6 +1634,7 @@ Whisper.ConversationView = Whisper.View.extend({
}
this.removeLinkPreview();
this.disableLinkPreviews = true;
this.remove();
},