mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
Fixes #33567. We have used the flag `is_modifying_message` since it's more generic than an archived channel specific flag and helps us understand better what is the condition where we do not want to allow archived channels. We have not added tests for message edit since it has an existing test for this.