Commit 884a2ba
committed
fix(team-mode): remove duplicate teamSessionStreamer dispatch in event.ts
The teamSessionStreamer hook was registered inside dispatchToHooks() at
line 275 AND invoked again directly at line 390, causing every message
event to be processed twice. Remove the outer invocation - the one
inside dispatchToHooks is enough and runs for every event.
Oracle review blocker (reported by oracle session verifying #3493).1 parent e02369c commit 884a2ba
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | 390 | | |
393 | 391 | | |
394 | 392 | | |
| |||
0 commit comments