]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
We want the profile stream to be as raw as possible!
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 21 Jan 2016 01:33:43 +0000 (02:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 21 Jan 2016 01:33:43 +0000 (02:33 +0100)
lib/profilenoticestream.php

index 38b16859f7f8b1e89ea977e8d8c5dc799cc7ca43..a31fb585d18af16c7fc397964997557a8acd4b8a 100644 (file)
@@ -114,6 +114,7 @@ class ProfileNoticeStream extends ScopingNoticeStream
 class RawProfileNoticeStream extends NoticeStream
 {
     protected $profile;
+    protected $selectVerbs = array();   // select all verbs
 
     function __construct($profile)
     {