mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
getUnreadByConversationAndMarkRead: Take 'now' param for reliable tests
This commit is contained in:
@@ -1269,6 +1269,7 @@ async function getUnreadByConversationAndMarkRead(options: {
|
||||
conversationId: string;
|
||||
isGroup?: boolean;
|
||||
newestUnreadAt: number;
|
||||
now?: number;
|
||||
readAt?: number;
|
||||
storyId?: UUIDStringType;
|
||||
}): Promise<GetUnreadByConversationAndMarkReadResultType> {
|
||||
|
||||
Reference in New Issue
Block a user