fix(gateway): finalize final stream edit on done
This commit is contained in:
@@ -411,7 +411,7 @@ class GatewayStreamConsumer:
|
|||||||
# path below so we don't finalize here for it.
|
# path below so we don't finalize here for it.
|
||||||
current_update_visible = await self._send_or_edit(
|
current_update_visible = await self._send_or_edit(
|
||||||
display_text,
|
display_text,
|
||||||
finalize=got_segment_break,
|
finalize=(got_done or got_segment_break),
|
||||||
)
|
)
|
||||||
self._last_edit_time = time.monotonic()
|
self._last_edit_time = time.monotonic()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user