mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Previously, cross realm bots were not displayed as mention Pills. This is because, the data set for validating mentions considers only the realm id which is None in case of cross realm bots. Hence, adding an or Q object to it, to also check if the email is a part of the cross realm bots email, in case the realm id returns None. Fixes #26913
10 KiB
10 KiB