mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We do not show different error messages for different values of post policy values if user is not allowed to post making it consistent with other settings like wildcard mention settings and organization settings. This also helps us deduplicate some code as we use almost same code for excluding the streams to which user is not allowed to post from the dropdown in moving messages UI.