]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/DFRN/Notify.php
Merge remote-tracking branch 'upstream/develop' into json-ld
[friendica.git] / src / Module / DFRN / Notify.php
index 259aa145879a26dfdab8d24d983702ad1e209531..2dae0da0ad8a11816dfe1ef922cbfa95631c9cc7 100644 (file)
@@ -89,7 +89,7 @@ class Notify extends BaseModule
                System::xmlExit($ret, 'Done');
        }
 
-       private static function dispatchPrivate(array $user, array $postdata)
+       private static function dispatchPrivate(array $user, string $postdata)
        {
                $msg = Diaspora::decodeRaw($postdata, $user['prvkey'] ?? '');
                if (!is_array($msg)) {