From: Mikael Nordfeldth Date: Thu, 21 Jan 2016 01:33:43 +0000 (+0100) Subject: We want the profile stream to be as raw as possible! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3a4a2225f9f4c4826ec26a7de8f8e61a898c153;p=quix0rs-gnu-social.git We want the profile stream to be as raw as possible! --- diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index 38b16859f7..a31fb585d1 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -114,6 +114,7 @@ class ProfileNoticeStream extends ScopingNoticeStream class RawProfileNoticeStream extends NoticeStream { protected $profile; + protected $selectVerbs = array(); // select all verbs function __construct($profile) {