mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-17 02:22:22 +01:00
Fix call log sync when call isnt latest message
This commit is contained in:
@@ -1003,6 +1003,10 @@ type ReadableInterface = {
|
||||
conversationId: string,
|
||||
eraId: string
|
||||
) => boolean;
|
||||
getPrevUnreadCallIdInConversation: (
|
||||
conversationId: string,
|
||||
receivedAt: number
|
||||
) => string | null;
|
||||
callLinkExists: (roomId: string) => boolean;
|
||||
defunctCallLinkExists: (roomId: string) => boolean;
|
||||
getAllCallLinks: () => ReadonlyArray<CallLinkType>;
|
||||
@@ -1232,11 +1236,6 @@ type WritableInterface = {
|
||||
readAt?: number;
|
||||
storyId?: string;
|
||||
}) => GetUnreadByConversationAndMarkReadResultType;
|
||||
getUnreadCallMessagesAndMarkRead: (options: {
|
||||
conversationId: string;
|
||||
readMessageReceivedAt: number;
|
||||
activeCallIds: Set<string>;
|
||||
}) => GetUnreadByConversationAndMarkReadResultType;
|
||||
getUnreadEditedMessagesAndMarkRead: (options: {
|
||||
conversationId: string;
|
||||
readMessageReceivedAt: number;
|
||||
|
||||
Reference in New Issue
Block a user