Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.4.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.6.x

Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Sep 23, 2024
2 parents 7ca77b8 + b2ac2ae commit e648ce6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2328,6 +2328,11 @@ private String makeNodeObject()
sb.append(getFilePartCopy() + 1);
sb.append("\", \n");

if (this.dataPart.isTLK())
{
sb.append("\"isTlk\" : \"true\",\n");
}

// Do not apply filters and limits when inFetchingMode
if (inFetchingMode == false)
{
Expand Down

0 comments on commit e648ce6

Please sign in to comment.