Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(federatedfilesharing): fix notification typo
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Dec 28, 2024
commit 895a93921f7ee39ffe3774e2c26817aa11b84e78
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