From bf23fe6ce2cf67434e91e3d86a6042999305096d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 15 Jun 2025 23:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20subscribe.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/subscribe.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 45df3e88..ee908551 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -221,6 +221,8 @@ class SubscribeChain(ChainBase): # 订阅成功按规则发送消息 self.post_message( schemas.Notification( + channel=channel, + source=source, mtype=NotificationType.Subscribe, ctype=ContentType.SubscribeAdded, image=mediainfo.get_message_image(),