mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
临时会话会触发伪人模式的bug
This commit is contained in:
parent
aeeba08893
commit
c0ed3a4a53
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ export class chatgpt extends plugin {
|
|||
if (!msg || e.msg?.startsWith('#')) {
|
||||
return false
|
||||
}
|
||||
if ((e.isGroup || e.group_id) && !(e.atme || e.atBot || (e.at === e.self_id))) {
|
||||
if ((e.isGroup) && !(e.atme || e.atBot || (e.at === e.self_id))) {
|
||||
return false
|
||||
}
|
||||
if (e.user_id == getUin(e)) return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue