mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-21 18:27:15 +00:00
Hover/focus styles for embedded contacts, default action
This commit is contained in:
@@ -1640,6 +1640,10 @@
|
||||
},
|
||||
|
||||
async showAllMedia() {
|
||||
if (this.panels && this.panels.length > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// We fetch more documents than media as they don’t require to be loaded
|
||||
// into memory right away. Revisit this once we have infinite scrolling:
|
||||
const DEFAULT_MEDIA_FETCH_COUNT = 50;
|
||||
|
||||
Reference in New Issue
Block a user