Optimize follower_accounts and following_accounts (#2820)
This commit is contained in:
parent
3f5b994ff0
commit
ddc34feb58
5 changed files with 5 additions and 5 deletions
|
@ -6,4 +6,4 @@
|
|||
|
||||
= render 'accounts/header', account: @account
|
||||
|
||||
= render 'accounts/follow_grid', accounts: @accounts
|
||||
= render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:account)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue