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
Currently, as stated in the title, the new message modal closes out whenever sending a message fails (see Issue #549 when error occurs). While this closing behavior is benefical when sending a successful message, it's not for when the message errors out. Users would probably want to just update the incorrect fields rather than composing a new one.
Instead of making the modal close whenever the message fails to send, we could keep the modal open until the user sends a successful message or simply close out of the modal themselves.
The text was updated successfully, but these errors were encountered:
Bug Description:
Currently, as stated in the title, the new message modal closes out whenever sending a message fails (see Issue #549 when error occurs). While this closing behavior is benefical when sending a successful message, it's not for when the message errors out. Users would probably want to just update the incorrect fields rather than composing a new one.
Screenshots (If applicable):
See reference clip in Issue #549
Possible Solution (optional):
Instead of making the modal close whenever the message fails to send, we could keep the modal open until the user sends a successful message or simply close out of the modal themselves.
The text was updated successfully, but these errors were encountered: