remove old code

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
feature/797/interact-with-remote-item
Maxence Lange 2019-10-01 14:15:47 +02:00
rodzic 1130d7ffbd
commit 1b6b79927b
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -566,9 +566,6 @@ class StreamRequest extends StreamRequestBuilder {
$qb->leftJoinStreamAction('sa');
// TODO: Sql optimisation - Create a table like stream_dest for to link 'hashtag' to 'stream_id'
// $qb->andWhere($this->exprValueWithinJsonFormat($qb, 'hashtags', '' . $hashtag));
return $this->getStreamsFromRequest($qb);
}