Skip to content

WIP: Notify user when DMing a guest #1477

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chimnayajith
Copy link
Contributor

Pull Request

Description

This PR adds support for warning users when they're messaging guest users in direct messages. It includes:

  • A new realmEnableGuestUserDmWarning property in PerAccountStore
  • Handler for RealmUpdateEvent to keep this setting in sync with server changes
  • A dismissible warning banner in the compose box when messaging guest users

This feature requires Zulip server feature level 348 or higher.

Related Issues

Screenshots

Light mode

Dark mode

- Add realmEnableGuestUserDmWarning to PerAccountStore
- Handle RealmUpdateEvent to keep setting in sync with server
- Support feature level 348+ for realm configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notify user when DMing a guest, based on setting
1 participant