ui: report self message tips

This commit is contained in:
linyuchen 2024-03-05 09:38:43 +08:00
parent b23170e24f
commit 38368afa10

View File

@ -111,7 +111,7 @@ async function onSettingWindowCreated(view: Element) {
), ),
SettingItem( SettingItem(
'上报 Bot 自身发送的消息', '上报 Bot 自身发送的消息',
'慎用,可能会导致自己跟自己聊个不停', '上报event为message_sent',
SettingSwitch('reportSelfMessage', config.reportSelfMessage), SettingSwitch('reportSelfMessage', config.reportSelfMessage),
), ),
SettingItem( SettingItem(