From 2301862ae674ab41e77fe913f61c59eb2e6fffff Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 15 Feb 2016 09:59:18 +0100 Subject: [PATCH] We only want POST and SHARE in the inbox/home timeline right? --- lib/inboxnoticestream.php | 2 -- 1 file changed, 2 deletions(-) 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 *