mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-04-25 02:52:43 +00:00
Tapback reactions and read receipts synced from linked devices arrive as chat.db rows with whitespace-only text. The existing empty-check used falsy comparison which doesn't catch ' ' or invisible chars, causing unsolicited replies to reaction taps. Fixes #1041