]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Magic.php
Merge pull request #6461 from annando/contacts-post
[friendica.git] / src / Module / Magic.php
index f0be114e3dbb056aa1c46897360d3e4ef1158d3d..491ed31cbd4a4bd0c24036ea45a398325d078251 100644 (file)
@@ -74,7 +74,7 @@ class Magic extends BaseModule
                                $basepath = $exp[0];
 
                                $headers = [];
-                               $headers['Accept'] = 'application/x-dfrn+json';
+                               $headers['Accept'] = 'application/x-dfrn+json, application/x-zot+json';
                                $headers['X-Open-Web-Auth'] = Strings::getRandomHex();
 
                                // Create a header that is signed with the local users private key.