mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
考虑到使用多图片时合并转发消息时,图片太大太多可能造成合并转发的延迟过大,将该配置调整为默认关闭状态
This commit is contained in:
parent
2617acf46a
commit
8ab7328611
@ -12,7 +12,7 @@ class PlugConfig(BaseSettings):
|
||||
bison_filter_log: bool = False
|
||||
bison_to_me: bool = True
|
||||
bison_skip_browser_check: bool = False
|
||||
bison_use_pic_merge: bool = True#多图片时启用图片合并转发(仅限群),当bison_use_queue为False时该配置不会生效,
|
||||
bison_use_pic_merge: bool = False#多图片时启用图片合并转发(仅限群),当bison_use_queue为False时该配置不会生效,
|
||||
|
||||
class Config:
|
||||
extra = "ignore"
|
||||
|
Loading…
x
Reference in New Issue
Block a user