mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 15:14:45 +02:00
fix: Align parameter names between data_store and source_manager
- create_dispatcher uses data_store= - MessageRouter uses source_manager= - Added get_all_traceroutes() and get_all_channels() compat methods Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
800e4d9e7e
commit
62f04a3e09
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ class MeshAI:
|
|||
context=self.context,
|
||||
meshmonitor_sync=self.meshmonitor_sync,
|
||||
knowledge=self.knowledge,
|
||||
data_store=self.data_store,
|
||||
source_manager=self.data_store,
|
||||
health_engine=self.health_engine,
|
||||
mesh_reporter=self.mesh_reporter,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue