Centralized session URL generation for commands and events.
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 2m45s
CI / Tests (Python 3.13) (push) Successful in 2m53s
CI / Tests (Python 3.14) (push) Successful in 2m39s
CI / Type Checking (push) Successful in 9s
CI / Spelling (push) Successful in 5s

This commit is contained in:
2026-05-04 21:48:25 -04:00
parent 5443aa86ce
commit 9ac4a17ac8
10 changed files with 226 additions and 98 deletions
+1
View File
@@ -103,6 +103,7 @@ class ModuleLoader:
get_module_context=self._require_module_context,
handler_timeout=config.handler_timeout,
session_manager=self.session_manager,
public_base_url=config.public_base_url,
)
self.route_dispatcher = RouteDispatcher(
get_module_context=self._require_module_context,