summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-10-01 14:15:47 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-10-03 10:54:03 -0100
commit1b6b79927bdd89f14ad4e9c5fb857cd079e4dc56 (patch)
treeeb0a02e8e264ff9fa9cb2428e96eb25ebc8dbde2 /lib
parent1130d7ffbdd6d1a81051890586a8a8884321be03 (diff)
remove old code
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/StreamRequest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Db/StreamRequest.php b/lib/Db/StreamRequest.php
index c321f2a5..225d060e 100644
--- a/lib/Db/StreamRequest.php
+++ b/lib/Db/StreamRequest.php
@@ -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);
}