]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/lib/ostatusqueuehandler.php
fix call of common_find_mentions() in Notice::saveReplies()
[quix0rs-gnu-social.git] / plugins / OStatus / lib / ostatusqueuehandler.php
index 0da85600fb99c39d07fa3f9d2abf0663f7e9fea3..6ca31c485c3346919410f09fb768feeab3cc792f 100644 (file)
@@ -87,7 +87,7 @@ class OStatusQueueHandler extends QueueHandler
             // remote user or group.
             // @fixme as an optimization we can skip this if the
             // remote profile is subscribed to the author.
-            $oprofile->notifyDeferred($this->notice);
+            $oprofile->notifyDeferred($this->notice, $this->user);
         }
     }