Pass user arg to create title from query in new automation flow

This commit is contained in:
Debanjum 2024-11-18 10:16:50 -08:00
parent 9e74de9b4f
commit e3fd51d14b

View file

@ -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}"