Migrate messages, conversations, conversation_view, background to TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:

committed by
Josh Perez

parent
6e7930f7a9
commit
b5df9b4067
@@ -2674,7 +2674,11 @@ async function getOlderMessagesByConversation(
|
||||
limit = 100,
|
||||
receivedAt = Number.MAX_VALUE,
|
||||
messageId,
|
||||
}: { limit?: number; receivedAt?: number; messageId?: string } = {}
|
||||
}: {
|
||||
limit?: number;
|
||||
receivedAt?: number;
|
||||
messageId?: string;
|
||||
} = {}
|
||||
) {
|
||||
const db = getInstance();
|
||||
let rows;
|
||||
|
Reference in New Issue
Block a user