Adjust reaction timing intervals for Telegram and WhatsApp#328
Merged
Adjust reaction timing intervals for Telegram and WhatsApp#328
Conversation
WhatsApp: keep immediate first reaction, change interval from 7s to 15s Telegram: change initial delay from 10s to 15s, interval from 10s to 30s https://claude.ai/code/session_01UFauiW8uuB59hJSbq9CnY2
Contributor
|
Build 22998599575 complete for 755fb9e. # Valid until a new build
docker pull appifyhub/the-agent:latest_pr
docker pull appifyhub/the-agent:5.0.23.pr_328 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the reaction notification timing intervals for Telegram and WhatsApp platforms to better align with platform-specific requirements and user experience expectations.
Changes:
These adjustments reduce notification frequency and provide better spacing between reaction updates, improving the user experience on these platforms.
Resolves #000 (Please update with actual issue number)
Change types
Testing
The existing unit test
test_fires_after_initial_delayhas been updated to reflect the new Telegram timing values (15s initial, 30s interval). The test now includes an additional cycle to verify the reaction fires at the correct time with the new intervals.Test Suite
test_fires_immediately_when_initial_delay_zero- Updated to reflect new WhatsApp interval (15s)test_fires_after_initial_delay- Updated to reflect new Telegram timing (15s initial, 30s interval) with additional test cycleFinal checks
I have completed the following:
Additional information
The timing configuration changes are isolated to the integration config file, with corresponding test updates to ensure the new intervals are properly validated. No breaking changes to the API or public interfaces.
https://claude.ai/code/session_01UFauiW8uuB59hJSbq9CnY2