mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(task-streaming): make the notify_push message shorter
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
e4eba1eef1
commit
f02ba3cb99
1 changed files with 1 additions and 1 deletions
|
|
@ -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!!!!!!');
|
||||
|
|
|
|||
Loading…
Reference in a new issue