mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Sticker upload affordances, fix 'recent media'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user