fix: correct function name list_agent_summaries
This commit is contained in:
@@ -1419,7 +1419,7 @@ async def get_agents_presence():
|
||||
"""
|
||||
try:
|
||||
# Get all agents from DB
|
||||
agents = await repo_city.list_agents_summaries(limit=1000)
|
||||
agents = await repo_city.list_agent_summaries(limit=1000)
|
||||
|
||||
# Get Matrix presence from matrix-presence-aggregator
|
||||
matrix_presence = await get_matrix_presence_status()
|
||||
|
||||
Reference in New Issue
Block a user