fix:消息发送范围

This commit is contained in:
jxxghp
2025-06-15 23:18:07 +08:00
parent a944975be2
commit 3823a7c9b6
2 changed files with 2 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ class DownloadChain(ChainBase):
ctype=ContentType.DownloadAdded,
image=_media.get_message_image(),
link=settings.MP_DOMAIN('/#/downloading'),
userid=userid,
username=username
),
meta=_meta,

View File

@@ -225,6 +225,7 @@ class SubscribeChain(ChainBase):
ctype=ContentType.SubscribeAdded,
image=mediainfo.get_message_image(),
link=link,
userid=userid,
username=username
),
meta=metainfo,