From 54b390010c1a010235002f60350ccc801b4b4e38 Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 4 Nov 2022 17:18:41 +0100 Subject: [PATCH] Update lib/Service/SessionService.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: chandi Langecker --- lib/Service/SessionService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/SessionService.php b/lib/Service/SessionService.php index b560cb8ff..8a2ad233b 100644 --- a/lib/Service/SessionService.php +++ b/lib/Service/SessionService.php @@ -91,7 +91,7 @@ class SessionService { $activeSessions = $this->sessionMapper->findAllActive($boardId); foreach ($activeSessions as $session) { - $queue->push("notify_custom", [ + $queue->push('notify_custom', [ 'user' => $session->getUserId(), 'message' => $event, 'body' => $body