fix: solve webhook incorrect attentionID references. (#3411)

This commit is contained in:
Monet Lee
2025-06-18 14:32:29 +08:00
committed by GitHub
parent 8f7b02979d
commit 53bf8acc21
3 changed files with 49 additions and 42 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ afterUpdateUserInfoEx:
afterSendSingleMsg:
enable: false
timeout: 5
# Only the recvID specified in attentionIds will send the callback
# Only the recvIDs specified in attentionIds will send the callback
# if not set, all user messages will be callback
attentionIds: []
# See beforeSendSingleMsg comment.
@@ -36,7 +36,7 @@ beforeMsgModify:
afterSendGroupMsg:
enable: false
timeout: 5
# Only the recvID specified in attentionIds will send the callback
# Only the GroupIDs specified in attentionIds will send the callback
# if not set, all user messages will be callback
attentionIds: []
# See beforeSendSingleMsg comment.