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 backportbot[bot]
parent 088820acea
commit e645ef0f16

View file

@ -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);