mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix(agent): bind channel admin identity (#6294)
This commit is contained in:
@@ -168,6 +168,8 @@ class CommingMessage(BaseModel):
|
||||
userid: Optional[Union[str, int]] = None
|
||||
# 用户名称
|
||||
username: Optional[Union[str, int]] = None
|
||||
# 渠道适配器依据稳定用户 ID 与当前实例管理员名单生成的授权事实
|
||||
is_channel_admin: Optional[bool] = None
|
||||
# 消息渠道
|
||||
channel: Optional[MessageChannel] = None
|
||||
# 来源(渠道名称)
|
||||
|
||||
Reference in New Issue
Block a user