Skip to content
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

Add Mass Mentions to the backend #394

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

Conversation

IAmTomahawkx
Copy link
Member

@IAmTomahawkx IAmTomahawkx commented Jan 31, 2025

This adds support for Mass Mentions to the backend.
This allows for the mentioning of roles, @ everyone, and @ online.

Currently the following permission bits are used (subject to change):
MentionEveryone = 1 << 37 (@ everyone / @ online )
MentionRoles = 1 << 38

The following message flags have been added for bot use:
MentionsEveryone = 1 << 2
MentionsOnline = 1 << 3
Note that the two are mutually exclusive, and MentionsEveryone takes precedence over MentionsOnline.
Additionally, the SuppressNotifications flag actually works now.

This PR involves updating the mongodb driver to V3.1.
This PR involves updating authifier to V1.0.10.

Blocked on authifier/authifier#62 (V1.0.10 of authifier)

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

Signed-off-by: IAmTomahawkx <[email protected]>
Signed-off-by: IAmTomahawkx <[email protected]>
Signed-off-by: IAmTomahawkx <[email protected]>
@IAmTomahawkx IAmTomahawkx self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Untriaged
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

1 participant