Files
zulip/web
Prakhar Pratyush f8bedf3e3a compose_validate: Fix topic required error message not shown.
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.
2025-03-18 11:18:37 -07:00
..