mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 19:32:28 -04:00
Merge pull request #16213 from nextcloud/backport/notfications/stable14
[stable14] Fix notification casting
This commit is contained in:
commit
34aa90f0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class RemoveLinkShares implements IRepairStep {
|
|||
|
||||
$users = array_keys($this->userToNotify);
|
||||
foreach ($users as $user) {
|
||||
$notification->setUser($user);
|
||||
$notification->setUser((string) $user);
|
||||
$this->notificationManager->notify($notification);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue