We want the profile stream to be as raw as possible!

This commit is contained in:
Mikael Nordfeldth 2016-01-21 02:33:43 +01:00
parent 81bf0fd261
commit d3a4a2225f
1 changed files with 1 additions and 0 deletions

View File

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