fix(channel): preserve threaded streaming context

This commit is contained in:
Xubin Ren
2026-03-31 19:26:07 +08:00
committed by Xubin Ren
parent 8956df3668
commit f450c6ef6c
5 changed files with 155 additions and 19 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import asyncio
from pathlib import Path
from types import SimpleNamespace
import discord
import pytest
discord = pytest.importorskip("discord")
from nanobot.bus.events import OutboundMessage
from nanobot.bus.queue import MessageBus