context.running to identify chat process

This commit is contained in:
frdel 2026-01-30 09:54:31 +01:00
parent fba5b4cd9d
commit 1581d7d12f
5 changed files with 11 additions and 2 deletions

View file

@ -123,4 +123,5 @@ class Poll(ApiHandler):
"notifications_guid": notification_manager.guid,
"notifications_version": len(notification_manager.updates),
"message_queue": context.output_data.get("message_queue", []) if context else [],
"running": context.is_running() if context else False,
}