]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/OStatusPlugin.php
Diaspora plugin is almost there (for remote salmon slaps at least)
[quix0rs-gnu-social.git] / plugins / OStatus / OStatusPlugin.php
index 24e877e262f82c4a782069dd262ae90202c0c8e3..5b7147ebee661ae79999574e1be4a7c579c5b4c6 100644 (file)
@@ -1352,9 +1352,9 @@ class OStatusPlugin extends Plugin
         return true;
     }
 
-    public function onSalmonSlap($endpoint_uri, MagicEnvelope $magic_env)
+    public function onSalmonSlap($endpoint_uri, MagicEnvelope $magic_env, Profile $target=null)
     {
-        $envxml = $magic_env->toXML();
+        $envxml = $magic_env->toXML($target);
 
         $headers = array('Content-Type: application/magic-envelope+xml');