Sticker upload affordances, fix 'recent media'

This commit is contained in:
Scott Nonnenberg 2021-10-13 10:05:18 -07:00 committed by GitHub
parent 21c00f51bd
commit f60e9b9c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 34 additions and 6 deletions

View file

@ -1870,7 +1870,7 @@ export class ConversationView extends window.Backbone.View<ConversationModel> {
}
showAllMedia(): void {
if (this.panels && this.panels.length) {
if (document.querySelectorAll('.module-media-gallery').length) {
return;
}