mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-28 00:14:21 +00:00
fix: sender_id not presented to Session
This commit is contained in:
@@ -33,6 +33,7 @@ class SessionManager:
|
|||||||
session = provider_session.Session(
|
session = provider_session.Session(
|
||||||
launcher_type=query.launcher_type,
|
launcher_type=query.launcher_type,
|
||||||
launcher_id=query.launcher_id,
|
launcher_id=query.launcher_id,
|
||||||
|
sender_id=query.sender_id,
|
||||||
)
|
)
|
||||||
session._semaphore = asyncio.Semaphore(session_concurrency)
|
session._semaphore = asyncio.Semaphore(session_concurrency)
|
||||||
self.session_list.append(session)
|
self.session_list.append(session)
|
||||||
|
|||||||
Reference in New Issue
Block a user