Skip to content

Commit

Permalink
fix(federatedfilesharing): fix notification typo
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Dec 26, 2024
1 parent 3171a8e commit bc0109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/lib/Notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ protected function tryOCMEndPoint($remoteDomain, $fields, $action) {
$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);
Expand Down

0 comments on commit bc0109d

Please sign in to comment.