mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 20:16:45 +08:00
Merged branch assets-by-like into assets-by-like
This commit is contained in:
@@ -31,7 +31,7 @@ const getAssetMetrics = ({loaders: {Metrics, Assets}}, {from, to, sort, limit})
|
||||
}, {});
|
||||
|
||||
// Collect just the comment id's.
|
||||
let commentIDs = _.uniq(actionSummaries.map((as) => as.item_id));
|
||||
let commentIDs = Object.keys(commentMetrics);
|
||||
|
||||
// Find those comments.
|
||||
return Metrics.getSpecificComments.loadMany(commentIDs);
|
||||
|
||||
Reference in New Issue
Block a user