mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix(agent): grant channel owners admin access
This commit is contained in:
@@ -168,7 +168,7 @@ class CommingMessage(BaseModel):
|
||||
userid: Optional[Union[str, int]] = None
|
||||
# 用户名称
|
||||
username: Optional[Union[str, int]] = None
|
||||
# 渠道适配器依据稳定用户 ID 与当前实例管理员名单生成的授权事实
|
||||
# 渠道适配器依据稳定用户 ID、管理员名单及渠道主用户 ID 生成的授权事实
|
||||
is_channel_admin: Optional[bool] = None
|
||||
# 消息渠道
|
||||
channel: Optional[MessageChannel] = None
|
||||
|
||||
Reference in New Issue
Block a user