You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move to next talk on the STT automatically
* fix(transcription): allow endpointing 0 + prod webhook logging
Address Copilot review on #275:
- endpointing settings field & URL param now accept 0 (disable
endpointing); previously the falsy `|| fallback` and the num()
`> 0` guard made 0 impossible to set.
- move GO-reminder scheduling error from request.log to console.*
so it reaches Cloud Logging in production (Fastify logger is
disabled outside dev/test).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(transcription): avoid double auto-advance under StrictMode
Address Copilot review on #276: calling onAdvance() synchronously
for an already-ended talk fired twice under React 18 StrictMode,
skipping a talk. Always schedule via setTimeout (clamped to 0) with
a cleanup so the remount cleanup cancels the first invocation.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments