-
Notifications
You must be signed in to change notification settings - Fork 305
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
Communication
: Fix push notifications for user mentions
#10418
base: develop
Are you sure you want to change the base?
Communication
: Fix push notifications for user mentions
#10418
Conversation
…ns-for-user-mentions # Conflicts: # src/main/java/de/tum/cit/aet/artemis/communication/service/notifications/NotificationSettingsService.java
WalkthroughThis pull request restructures the notification documentation and refines notification handling in the notification services. The documentation now presents supported notification types in a list-table format rather than via images. In the Java code, the logic for determining notification recipients is changed in the conversation messaging service by removing automatic inclusion of all mentioned users and updating the author inclusion conditions. Additionally, the set for instant notification support in the notification settings service is updated to replace one notification type with another. Changes
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on TS2 with Artemis iOS 1.6.2 via Xcode, notifications for mentions now work as expected. Thanks for fixing it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on TS5, works as described. 👍
Checklist
General
Server
Motivation and Context
There are two issues regarding push notifications (sent to iOS/Android) for user mentions:
This PR closes #10368
Description
CONVERSATION_USER_MENTION
to instant-notifications enabled typesSteps for Testing
Prerequisites:
Note: When testing with Android, you need the latest version of the
artemis-android
develop
branchIssue 1:
Issue 2:
Documentation update:
Check out the updated notification table
Testserver States
You can manage test servers using Helios. Check environment statuses in the environment list. To deploy to a test server, go to the CI/CD page, find your PR or branch, and trigger the deployment.
Review Progress
Code Review
Manual Tests
Summary by CodeRabbit
Documentation
New Features