mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Handle messages with the same received_at
This commit is contained in:
@@ -969,10 +969,12 @@ async function getOlderMessagesByConversation(
|
||||
{
|
||||
limit = 100,
|
||||
receivedAt = Number.MAX_VALUE,
|
||||
messageId,
|
||||
MessageCollection,
|
||||
}: {
|
||||
limit?: number;
|
||||
receivedAt?: number;
|
||||
messageId?: string;
|
||||
MessageCollection: BackboneMessageCollectionType;
|
||||
}
|
||||
) {
|
||||
@@ -981,6 +983,7 @@ async function getOlderMessagesByConversation(
|
||||
{
|
||||
limit,
|
||||
receivedAt,
|
||||
messageId,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user