Fix user id in mention notification
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -122,7 +122,7 @@ class Notifier implements INotifier {
|
|||||||
[
|
[
|
||||||
'user' => [
|
'user' => [
|
||||||
'type' => 'user',
|
'type' => 'user',
|
||||||
'id' => $params[0],
|
'id' => $params[2],
|
||||||
'name' => $dn,
|
'name' => $dn,
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user