Skip to content

Commit

Permalink
fix(api): fix friend.list slow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Apr 7, 2024
1 parent fa44222 commit dd66a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/engine-chronocat-api/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ const responseDispatcher = async (
}
}

chronoEventEmitter.emitBuddyListChange()

return
}

Expand Down

0 comments on commit dd66a2e

Please sign in to comment.