Commit 86b71f2
committed
fix(telegram): confine stream-off accumulator to streaming.mode=off
Moving the progress-set flush to the common final path made it fire on the
bare absence of an answer-lane draft (!answerLane.stream), which is also true
in partial/progress turns that lack a live draft (e.g. selected-quote replies)
— so those turns could get a surprise durable progress message.
Gate accumulation, suppressed-source callback forwarding, and emission on a
single streamOffPersistEnabled = persistProgressEnabled && streamMode === 'off'
so the accumulator only ever engages in genuine stream-off turns. Regression:
a no-draft partial-mode turn with persistProgress emits no progress set.1 parent 62fa8b4 commit 86b71f2
2 files changed
Lines changed: 55 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1551 | 1551 | | |
1552 | 1552 | | |
1553 | 1553 | | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
1554 | 1598 | | |
1555 | 1599 | | |
1556 | 1600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
912 | 919 | | |
913 | 920 | | |
914 | 921 | | |
| |||
1768 | 1775 | | |
1769 | 1776 | | |
1770 | 1777 | | |
1771 | | - | |
| 1778 | + | |
1772 | 1779 | | |
1773 | 1780 | | |
1774 | 1781 | | |
| |||
2099 | 2106 | | |
2100 | 2107 | | |
2101 | 2108 | | |
2102 | | - | |
| 2109 | + | |
2103 | 2110 | | |
2104 | 2111 | | |
2105 | 2112 | | |
| |||
2116 | 2123 | | |
2117 | 2124 | | |
2118 | 2125 | | |
2119 | | - | |
| 2126 | + | |
2120 | 2127 | | |
2121 | 2128 | | |
2122 | 2129 | | |
| |||
2136 | 2143 | | |
2137 | 2144 | | |
2138 | 2145 | | |
2139 | | - | |
| 2146 | + | |
2140 | 2147 | | |
2141 | 2148 | | |
2142 | 2149 | | |
| |||
0 commit comments