From d3a4a2225f9f4c4826ec26a7de8f8e61a898c153 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 21 Jan 2016 02:33:43 +0100 Subject: [PATCH] We want the profile stream to be as raw as possible! --- lib/profilenoticestream.php | 1 + 1 file changed, 1 insertion(+) 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) {