You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our organization is on zulipchat.com with a 10-minute edit window.
In the app, if a user attempts to edit a message that is outside of this window, a modal dialog pops up with just the text API. The user didn't know that they couldn't edit the message due to policy reasons -- they then thought that there was an error in the app or with the server.
Two options:
The "Edit" button should be grayed-out if the edit cannot be performed due to policy reasons, possibly with an explanation like "Edit (10 minutes only)", or something like that.
If the user manages to make an Edit request anyway, the returned message should explain something about the organization Edit policy.