From cb3c083d8ba8b834475852e0a51dcb6dc32f4f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 8 Oct 2018 20:35:21 +0200 Subject: [PATCH] Fix user id in mention notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index b330fda06..52f75bd4c 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -122,7 +122,7 @@ class Notifier implements INotifier { [ 'user' => [ 'type' => 'user', - 'id' => $params[0], + 'id' => $params[2], 'name' => $dn, ] ]