aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-12-26 13:50:24 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-01-02 10:51:11 +0000
commit471af62c5d12111935f8dc20637ff10c671a0ff8 (patch)
treeb9fb9739e416548d86f92f92619e0a4f5a9c10cb
parentfa773466fc7745c44689f7b589d17105c669d3f5 (diff)
downloadnextcloud-server-backport/49974/stable29.tar.gz
nextcloud-server-backport/49974/stable29.zip
fix(federatedfilesharing): fix notification typobackport/49974/stable29
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index 643604b98b7..2c4c65db9d9 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -416,7 +416,7 @@ class Notifications {
$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);