mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Expose `is_mentioned` in `message` dict which contains boolean value about our account is mentioned in the message content or not. This is already available via `flags`, but it seems worth making this data point more explicit, given its importance in writing bots. Fixes #2667.