-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msglist/dm: Provide proper feedback when sending DMs to a deactivated user #675
Labels
a-compose
Compose box, autocomplete, attaching files/images
Milestone
Comments
Thanks! Agreed, we should fix this. |
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 16, 2024
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 16, 2024
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 17, 2024
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 18, 2024
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 22, 2024
Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 25, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 26, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 26, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 26, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 26, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 27, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 28, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 28, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 29, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Jul 30, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Aug 1, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Aug 2, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
sm-sayedi
added a commit
to sm-sayedi/zulip-flutter
that referenced
this issue
Aug 2, 2024
…d users Fixes: zulip#675 Co-authored-by: Rajesh Malviya <rajveer0malviya@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to send a DM message to a deactivated user, the message goes into void and nothing happens so the user knows they're exchanging messages with a deactivated user.
Here's how it looks right now:
This is how the web handles it:
The react-native mobile app just shows an infinite loading indicator on the right side of the message.
The text was updated successfully, but these errors were encountered: