]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/threadinggroupnoticestream.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / lib / threadinggroupnoticestream.php
index b026ee47141d64fd2e72e726ccc7d38cd617e7ad..bc42a6247ad7349675f761b1053f86b980f96858 100644 (file)
@@ -4,8 +4,8 @@ if (!defined('GNUSOCIAL')) { exit(1); }
 
 class ThreadingGroupNoticeStream extends ThreadingNoticeStream
 {
-    function __construct($group, $profile)
+    function __construct($group, Profile $scoped=null)
     {
-        parent::__construct(new GroupNoticeStream($group, $profile));
+        parent::__construct(new GroupNoticeStream($group, $scoped));
     }
 }