Explorar o código

fix: #1668 should not summarize twice

Yidadaa hai 1 ano
pai
achega
58f726c602
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/client/controller.ts

+ 0 - 1
app/client/controller.ts

@@ -28,7 +28,6 @@ export const ChatControllerPool = {
 
   remove(sessionIndex: number, messageId: number) {
     const key = this.key(sessionIndex, messageId);
-    this.controllers[key]?.abort();
     delete this.controllers[key];
   },