Skip to content

Commit

Permalink
Merge pull request #50013 from nextcloud/backport/49974/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jan 2, 2025
2 parents fa77346 + 471af62 commit 22a3b85
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 @@ -416,7 +416,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 22a3b85

Please sign in to comment.