mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Earlier, with `realm_mandatory_topics=true` the topic required error message was shown only when topic="". The error message was missing for other topic names which are also considered empty: * "(no topic)" * realm_empty_topic_display_name This commit fixes the bug to show the error message for the other two topic names too.