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
Address PR review feedback:
- Thread message_id through OutboundResponse::Reaction and ApiEvent::Reaction
so the frontend can target the exact message instead of scanning backwards
(coderabbitai)
- Make log_reaction async with a retry loop (5 attempts, 25ms backoff) to
handle the race where the fire-and-forget user message INSERT hasn't
landed yet (tembo)
- Guard the frontend SSE reaction handler against missing channel_id/emoji
fields before mutating state (tembo)
0 commit comments