zulip / zulip-flutter

Future Zulip client using Flutter
Apache License 2.0
159 stars 132 forks source link

msglist/dm: Provide proper feedback when sending DMs to a deactivated user #675

Closed sm-sayedi closed 1 month ago

sm-sayedi commented 3 months ago

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.

gnprice commented 3 months ago

Thanks! Agreed, we should fix this.