Skip to content

Commit

Permalink
Add communication_article to recent article prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
injoonH authored Mar 30, 2023
2 parents ef382ea + fd148ba commit f19773d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/views/viewsets/article.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def recent(self, request, *args, **kwargs):
'parent_board',
'parent_topic',
'attachments',
'communication_article',
ArticleReadLog.prefetch_my_article_read_log(self.request.user),
)

Expand Down

0 comments on commit f19773d

Please sign in to comment.