mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Previously, clicking MOVED/EDITED buttons on a message would pop up the message edit history modal, which would (after a brief loading indicator) get a 400 error for the server and then pop the login_to_access modal on top of the error in that modal. Fix this with an explicit login_to_access check. This feels like the cleanest way to avoid churning the UI (hover behaviors, etc.) as would be required to make this not clickable. Fixes #21963.
7.7 KiB
7.7 KiB