Skip to content

Commit

Permalink
hotfix: timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
doxxx93 committed Feb 21, 2024
1 parent 01b7900 commit b07332b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public static PaintResponse from(Paint paint) {
false,
false,
0,
new Entities(null, null),
new Includes(null, null, null)
new Entities(paint.getHashtagRecords(), paint.getMentionRecords()),
new Includes(paint.getMediaRecords(), paint.getMentionRecords(), paint.getLinkRecord())
);
}

Expand All @@ -69,8 +69,8 @@ public static PaintResponse of(Paint paint, PaintMetrics metrics) {
false,
false,
0,
new Entities(null, null),
new Includes(null, null, null)
new Entities(paint.getHashtagRecords(), paint.getMentionRecords()),
new Includes(paint.getMediaRecords(), paint.getMentionRecords(), paint.getLinkRecord())
);
}
}

0 comments on commit b07332b

Please sign in to comment.