Skip to content

Commit cb053a9

Browse files
committed
fix(动态): 修复动态话题下请求动态列表报错问题
@mutoe
1 parent 75ffd81 commit cb053a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/API2/Controllers/Feed/TopicFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __invoke(ListFeedsForATopicRequest $request, FeedTopicLinkModel
5656
->withTrashed()
5757
->with('certification');
5858
},
59-
'pinnedComments' => function ($query) {
59+
'feed.pinnedComments' => function ($query) {
6060
return $query->with([
6161
'user',
6262
'user.certification',

0 commit comments

Comments
 (0)