fix(federatedfilesharing): fix notification typo

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-12-26 13:50:24 +01:00 committed by John Molakvoæ
parent f9e6b1f814
commit 895a93921f

View file

@ -398,7 +398,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);