-
Notifications
You must be signed in to change notification settings - Fork 306
Notify user when DMing a guest, based on setting #798
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
Comments
This feature just landed in server and web, so it'll be in the upcoming Server 10 release. So that means we will indeed want to have it in time for the launch. |
claiming this issue! |
@gnprice is it possible that there could be a DM group with all the users being guests? |
Hmm, I don't follow how that affects this issue. The #mobile-dev-help channel is a good place to ask questions — more people will see it, and Zulip makes a better venue for back-and-forth discussion than GitHub. |
Fixes zulip#798 showDMWarningBanner could be initialized in the initState to shouldShowGuestUserWarningPrompt(store) and Visibility wrapper could have been gotten rid off , but due to unavailability of store beforehand it was not possible. To create the guests list, I got rid off all the users in the store which are not in the recepients list and role-checked them.
Fixes zulip#798 showDMWarningBanner could be initialized in the initState to shouldShowGuestUserWarningPrompt(store) and Visibility wrapper could have been gotten rid off , but due to unavailability of store beforehand it was not possible. To create the guests list, I got rid off all the users in the store which are not in the recepients list and role-checked them.
I'd like to work on this. |
Hello! 😊 I am new to contributing to Zulip, and I would love to have this issue assigned to me. I've already made some progress, which I show in the video below. There are still some refactorings and tests left to do before I can open my first PR for review. I couldn't find a design for this on Figma, so I tried to follow the description from the issue here: zulip/zulip#30078. If the design needs to be changed, I'm happy to adjust it. Also, I made the banner appear at the top instead of the bottom to always have a space at the end following this discussion: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20Mark-as-read/near/1680603 Screenrecorder-2025-03-06-22-25-05-360.mp4 |
Hello @AhmedTareek, welcome. @chimnayajith is already working on this issue, so I recommend looking around the tracker to find another issue to try. (I've also just edited the issue description to link to the [design thread](* zulip/zulip#30078 |
This is the zulip-flutter side of the following upcoming Zulip feature, with corresponding server/web and zulip-mobile issues:
The feature is probably landing in Zulip Server 9.0, so it'd be good to implement soon. That means:
References
The text was updated successfully, but these errors were encountered: