Media Gallery: Scroll down and into the past
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
6f83043eb4
commit
0d5a480c1b
32 changed files with 844 additions and 887 deletions
|
@ -55,6 +55,7 @@ export type AdjacentMessagesByConversationOptionsType = Readonly<{
|
|||
sentAt?: number;
|
||||
storyId: string | undefined;
|
||||
requireVisualMediaAttachments?: boolean;
|
||||
requireFileAttachments?: boolean;
|
||||
}>;
|
||||
|
||||
export type GetNearbyMessageFromDeletedSetOptionsType = Readonly<{
|
||||
|
@ -637,14 +638,6 @@ type ReadableInterface = {
|
|||
limit: number,
|
||||
options: { maxVersion: number }
|
||||
) => Array<MessageType>;
|
||||
getMessagesWithVisualMediaAttachments: (
|
||||
conversationId: string,
|
||||
options: { limit: number }
|
||||
) => Array<MessageType>;
|
||||
getMessagesWithFileAttachments: (
|
||||
conversationId: string,
|
||||
options: { limit: number }
|
||||
) => Array<MessageType>;
|
||||
getMessageServerGuidsForSpam: (conversationId: string) => Array<string>;
|
||||
|
||||
getJobsInQueue(queueType: string): Array<StoredJob>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue