From 471af62c5d12111935f8dc20637ff10c671a0ff8 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Thu, 26 Dec 2024 13:50:24 +0100 Subject: [PATCH] fix(federatedfilesharing): fix notification typo Signed-off-by: skjnldsv --- apps/federatedfilesharing/lib/Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index 643604b98b712..2c4c65db9d937 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -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);