summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Db/NotesRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/NotesRequest.php b/lib/Db/NotesRequest.php
index 715a722a..3c176a85 100644
--- a/lib/Db/NotesRequest.php
+++ b/lib/Db/NotesRequest.php
@@ -148,7 +148,7 @@ class NotesRequest extends NotesRequestBuilder {
$this->rightJoinFollowing($qb);
$this->limitToActorId($qb, $actorId, 'f');
$this->limitPaginate($qb, $since, $limit);
-// $this->leftJoinCacheActors($qb, 'attributed_to');
+ $this->leftJoinCacheActors($qb, 'attributed_to');
$notes = [];
$cursor = $qb->execute();