mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Pass user arg to create title from query in new automation flow
This commit is contained in:
@@ -613,7 +613,7 @@ async def post_automation(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if not subject:
|
if not subject:
|
||||||
subject = await acreate_title_from_query(q)
|
subject = await acreate_title_from_query(q, user)
|
||||||
|
|
||||||
title = f"Automation: {subject}"
|
title = f"Automation: {subject}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user