Show ready-to-download documents in media gallery

This commit is contained in:
Fedor Indutny 2025-09-23 11:53:41 -07:00 committed by GitHub
commit 9c97d3e73c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 481 additions and 314 deletions

View file

@ -581,6 +581,7 @@ export type GetOlderMediaOptionsType = Readonly<{
messageId?: string;
receivedAt?: number;
sentAt?: number;
type: 'media' | 'files';
}>;
export type MediaItemDBType = Readonly<{