[NOTICES] Revert "We want the profile stream to be as raw as possible!"

There are only three possible visible notice verbs: POST, SHARE and DELETE.
What including all verbs does is it makes limiting (FETCH FIRST) unreliable as
the query will fetch invisible stuff (like favourites) and count it in, but
nothing will be displayed.
NoticeStream only allows POST and SHARE, so this effectively removes tombstones
from the profile page like in 78a111b57d
This commit is contained in:
Alexei Sorokin 2020-07-06 19:20:44 +03:00 committed by Diogo Peralta Cordeiro
parent eb647f15a7
commit cbb83a9752

View File

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