mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
refactor(whatsapp): extract inbound delivery coordinator
This commit is contained in:
@@ -285,3 +285,7 @@ export function createWhatsAppGroupMetadataCacheOwner(params: GroupMetadataCache
|
||||
applyOutboundMentions,
|
||||
} as const;
|
||||
}
|
||||
|
||||
export type WhatsAppGroupMetadataCacheOwner = ReturnType<
|
||||
typeof createWhatsAppGroupMetadataCacheOwner
|
||||
>;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -479,3 +479,7 @@ export async function createWhatsAppAttachedSocketSession(options: SocketSession
|
||||
markRead,
|
||||
} as const;
|
||||
}
|
||||
|
||||
export type WhatsAppAttachedSocketSession = Awaited<
|
||||
ReturnType<typeof createWhatsAppAttachedSocketSession>
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user