Skip to content

Hotfix/v0.1.1#36

Merged
thinker8581 merged 2 commits intorelease-0.1from
hotfix/v0.1.1
Nov 26, 2025
Merged

Hotfix/v0.1.1#36
thinker8581 merged 2 commits intorelease-0.1from
hotfix/v0.1.1

Conversation

@weilaaa
Copy link
Collaborator

@weilaaa weilaaa commented Nov 26, 2025

No description provided.

weilaaa and others added 2 commits November 26, 2025 11:33
Previously, if multiple subscription rules matched an event and pointed
to the same notification target (e.g., the same webhook endpoint or chat
ID), multiple identical notifications would be sent.

This change modifies the `create_notice_details` service to track sent
notifications using a set of unique tuples `(event_id, channel,
target)`. This ensures that a notification is delivered only once per
unique target, even if triggered by multiple subscriptions.

Change-Id: Ibcba09bc62d43d64ddca4862abf44232b74d43bc
@weilaaa weilaaa requested a review from thinker8581 November 26, 2025 03:41
@thinker8581 thinker8581 merged commit c8db2a9 into release-0.1 Nov 26, 2025
8 checks passed
@thinker8581 thinker8581 deleted the hotfix/v0.1.1 branch November 26, 2025 03:42
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.

2 participants