Skip to content

Commit

Permalink
join post with only incoming messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed May 17, 2024
1 parent 463e2e4 commit 49dff9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ private function setSearchCondition(PostSearchFields $search_fields, $query, boo
}
});
}
$query->where("messages.direction", "incoming");
}

if ($search_fields->hasLocation() === 'mapped') {
Expand Down

0 comments on commit 49dff9a

Please sign in to comment.