mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-18 18:16:38 +03:00
feat(webui): track optimistic message delivery status (#5162)
This commit is contained in:
@@ -935,6 +935,9 @@ export class NanobotClient {
|
||||
: null;
|
||||
if (parsed.event === "message_accepted") {
|
||||
this.recordRunAcceptance(parsed.chat_id, parsed.turn_id);
|
||||
if (!isSystemCommandTurnId(turnId)) {
|
||||
this.dispatch(parsed.chat_id, parsed);
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (isSystemCommandTurnId(turnId)) {
|
||||
|
||||
Reference in New Issue
Block a user