feat: enhance BlueBubbles group message handling by adding account-specific logging and improving typing signal conditions

This commit is contained in:
Tyler Yust
2026-01-20 01:03:34 -08:00
committed by Peter Steinberger
parent d9a2ac7e72
commit 199fef2a5e
7 changed files with 59 additions and 14 deletions

View File

@@ -116,7 +116,6 @@ export function createFollowupRunner(params: {
};
return async (queued: FollowupRun) => {
await typingSignals.signalRunStart();
try {
const runId = crypto.randomUUID();
if (queued.run.sessionKey) {