Enable more specific AttachmentDownload prioritization
This commit is contained in:
parent
87ea909ae9
commit
fc02762588
26 changed files with 2245 additions and 817 deletions
|
@ -42,6 +42,7 @@ import { SmartHeroRow } from './HeroRow';
|
|||
import { SmartMiniPlayer } from './MiniPlayer';
|
||||
import { SmartTimelineItem, type SmartTimelineItemProps } from './TimelineItem';
|
||||
import { SmartTypingBubble } from './TypingBubble';
|
||||
import { AttachmentDownloadManager } from '../../jobs/AttachmentDownloadManager';
|
||||
|
||||
type ExternalProps = {
|
||||
id: string;
|
||||
|
@ -266,6 +267,9 @@ export const SmartTimeline = memo(function SmartTimeline({
|
|||
markMessageRead={markMessageRead}
|
||||
messageChangeCounter={messageChangeCounter}
|
||||
messageLoadingState={messageLoadingState}
|
||||
updateVisibleMessages={
|
||||
AttachmentDownloadManager.updateVisibleTimelineMessages
|
||||
}
|
||||
oldestUnseenIndex={oldestUnseenIndex}
|
||||
peekGroupCallForTheFirstTime={peekGroupCallForTheFirstTime}
|
||||
peekGroupCallIfItHasMembers={peekGroupCallIfItHasMembers}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue