-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(breaking): Move notification check endpoint to /actions (#1175)
* Moved query logic to DB query * Remove ignore query filters, should not send notifications on deleted dialogs * Moved endpoint path to `/actions/should-send-notification` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Improved querying mechanism for dialog activities, allowing for more precise notification conditions. - Updated endpoint for determining if a notification should be sent, enhancing clarity on its purpose. - Introduced a new API endpoint for checking notification conditions with specific parameters. - **Bug Fixes** - Simplified logic for evaluating notification conditions, improving reliability and performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
3 changed files
with
85 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters