fix: don't hide message at end of IT (#1480)

This commit is contained in:
ggurdin 2025-01-16 13:12:20 -05:00 committed by GitHub
parent f9dce6fc11
commit e8d1bba77c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,8 @@ class IgcController {
// if tokenizing on message send, tokenization might take a while
// so add a fake event to the timeline to visually indicate that the message is being sent
if (onlyTokensAndLanguageDetection) {
if (onlyTokensAndLanguageDetection &&
choreographer.choreoMode != ChoreoMode.it) {
choreographer.chatController.sendFakeMessage();
}