Skip to content

Commit

Permalink
feat: antennaをキャッシュできるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed May 17, 2024
1 parent 6572b40 commit 774aadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data class TimelineType(
return false
}
return when (pageable) {
is Pageable.Antenna -> false
is Pageable.Antenna -> true
Pageable.CalckeyRecommendedTimeline -> true
is Pageable.ChannelTimeline -> true
is Pageable.ClipNotes -> false
Expand Down

0 comments on commit 774aadb

Please sign in to comment.