fix: sender_id not presented to Session

This commit is contained in:
Junyan Qin
2025-12-05 17:13:30 +08:00
parent e64d56c4ac
commit dbfcb70f8d

View File

@@ -33,6 +33,7 @@ class SessionManager:
session = provider_session.Session(
launcher_type=query.launcher_type,
launcher_id=query.launcher_id,
sender_id=query.sender_id,
)
session._semaphore = asyncio.Semaphore(session_concurrency)
self.session_list.append(session)