perf: cache public gallery views
This commit is contained in:
@@ -414,7 +414,7 @@ impl SpacetimeClient {
|
||||
Ok(items
|
||||
.into_iter()
|
||||
.map(|item| {
|
||||
let mut record = map_puzzle_work_profile(item.into());
|
||||
let mut record = map_puzzle_work_profile_row(item);
|
||||
record.recent_play_count_7d = recent_play_counts
|
||||
.get(&record.profile_id)
|
||||
.copied()
|
||||
|
||||
Reference in New Issue
Block a user