Handle messages with the same received_at
This commit is contained in:
@@ -197,7 +197,7 @@ export type ServerInterface = DataInterface & {
|
||||
getMessagesBySentAt: (sentAt: number) => Promise<Array<MessageType>>;
|
||||
getOlderMessagesByConversation: (
|
||||
conversationId: string,
|
||||
options?: { limit?: number; receivedAt?: number }
|
||||
options?: { limit?: number; receivedAt?: number; messageId?: string }
|
||||
) => Promise<Array<MessageTypeUnhydrated>>;
|
||||
getNewerMessagesByConversation: (
|
||||
conversationId: string,
|
||||
|
Reference in New Issue
Block a user