Skip to content

Commit 209a6f0

Browse files
authored
Merge pull request #50014 from nextcloud/backport/49974/stable30
2 parents 088820a + e645ef0 commit 209a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/federatedfilesharing/lib/Notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ protected function tryOCMEndPoint($remoteDomain, $fields, $action) {
396396
$fields['remoteId'],
397397
[
398398
'sharedSecret' => $fields['token'],
399-
'messgage' => 'file is no longer shared with you'
399+
'message' => 'file is no longer shared with you'
400400
]
401401
);
402402
return $this->federationProviderManager->sendNotification($remoteDomain, $notification);

0 commit comments

Comments
 (0)