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:52:18 +0000
commite645ef0f163aefbaa9782019860cd35965795b16 (patch)
tree8bf19bfcb5541b354230381b0e3f4f4674f91e6e
parent088820acea1426995a96fc678f88e08716620035 (diff)
downloadnextcloud-server-backport/49974/stable30.tar.gz
nextcloud-server-backport/49974/stable30.zip
fix(federatedfilesharing): fix notification typobackport/49974/stable30
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 25900ca420d..947427141b3 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -396,7 +396,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);