From: Mikael Nordfeldth Date: Mon, 15 Feb 2016 08:59:18 +0000 (+0100) Subject: We only want POST and SHARE in the inbox/home timeline right? X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=commitdiff_plain;h=2301862ae674ab41e77fe913f61c59eb2e6fffff We only want POST and SHARE in the inbox/home timeline right? --- diff --git a/lib/inboxnoticestream.php b/lib/inboxnoticestream.php index 3609f81ed3..d90c525bf8 100644 --- a/lib/inboxnoticestream.php +++ b/lib/inboxnoticestream.php @@ -77,8 +77,6 @@ class RawInboxNoticeStream extends NoticeStream protected $target = null; protected $inbox = null; - protected $selectVerbs = array(); - /** * Constructor *