mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-21 22:58:10 +00:00
fix(api): try to fix msgBoxActiv (chrononeko/bugtracker#78)
This commit is contained in:
parent
7d0ff80fbf
commit
bc238645b4
@ -345,7 +345,10 @@ const responseDispatcher = async (
|
||||
switch (listType) {
|
||||
case ContactListType.Normal: {
|
||||
for (const contact of changedList)
|
||||
if (contact.chatType === ChatType.MsgBox)
|
||||
if (
|
||||
contact.chatType === ChatType.Private ||
|
||||
contact.chatType === ChatType.Group
|
||||
)
|
||||
ctx.chronocatEngineChronocatApi.msgBoxActiv.activate({
|
||||
chatType: contact.chatType,
|
||||
peerUid: contact.peerUid,
|
||||
|
Loading…
Reference in New Issue
Block a user