fix(federatedfilesharing): fix notification typo

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/49974/head
skjnldsv 4 months ago committed by John Molakvoæ
parent f9e6b1f814
commit 895a93921f
  1. 2
      apps/federatedfilesharing/lib/Notifications.php

@ -398,7 +398,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);

Loading…
Cancel
Save