fix(webui): stabilize empty session history state

This commit is contained in:
Xubin Ren
2026-04-19 13:38:47 +00:00
parent f9e1d92abd
commit b3049f7323
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1212,7 +1212,7 @@ def test_gateway_health_endpoint_binds_and_serves_expected_responses(
return None
class _FakeChannelManager:
def __init__(self, _config, _bus) -> None:
def __init__(self, _config, _bus, **_kwargs) -> None:
self.enabled_channels = ["telegram", "discord"]
async def start_all(self) -> None: