fix(task-streaming): make the notify_push message shorter

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier 2026-05-16 20:23:16 +02:00
parent e4eba1eef1
commit f02ba3cb99
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

@ -1241,7 +1241,7 @@ class Manager implements IManager {
// $queue = $this->serverContainer->get(\OCA\NotifyPush\Queue\IQueue::class);
$queue->push('notify_custom', [
'user' => $userId,
'message' => 'taskprocessing_task_results',
'message' => 'task_' . $task->getId(),
'body' => $output,
]);
error_log('sending to queue!!!!!!');