mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-27 02:26:23 +09:00
e8c1349aac
Changed `message.creator.role == "bot"` to `message.creator.bot?` per Copilot code review. This is the idiomatic Rails pattern for enum checks and consistent with how other role checks are done in the codebase. Co-authored-by: openhands <openhands@all-hands.dev>