mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +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:
|
||||
subject = await acreate_title_from_query(q)
|
||||
subject = await acreate_title_from_query(q, user)
|
||||
|
||||
title = f"Automation: {subject}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user