From: Mikael Nordfeldth Date: Wed, 9 Jul 2014 19:53:21 +0000 (+0200) Subject: Replies don't have verbs (we'll do some join magic later) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e15f322187d4ddc39c7718d533824df435d99bc8;p=quix0rs-gnu-social.git Replies don't have verbs (we'll do some join magic later) --- diff --git a/lib/replynoticestream.php b/lib/replynoticestream.php index b5f0621a9e..2ab3fce261 100644 --- a/lib/replynoticestream.php +++ b/lib/replynoticestream.php @@ -86,12 +86,6 @@ class RawReplyNoticeStream extends NoticeStream Notice::addWhereSinceId($reply, $since_id, 'notice_id', 'modified'); Notice::addWhereMaxId($reply, $max_id, 'notice_id', 'modified'); - if (!$this->allVerbs) { - $notice->whereAdd(sprintf('verb="%s" OR verb="%s"', - ActivityVerb::POST, - ActivityUtils::resolveUri(ActivityVerb::POST, true))); - } - $reply->orderBy('modified DESC, notice_id DESC'); if (!is_null($offset)) {