mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(federatedfilesharing): fix notification typo
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
088820acea
commit
e645ef0f16
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ class Notifications {
|
|||
$fields['remoteId'],
|
||||
[
|
||||
'sharedSecret' => $fields['token'],
|
||||
'messgage' => 'file is no longer shared with you'
|
||||
'message' => 'file is no longer shared with you'
|
||||
]
|
||||
);
|
||||
return $this->federationProviderManager->sendNotification($remoteDomain, $notification);
|
||||
|
|
|
|||
Loading…
Reference in a new issue