Change followees_only to following_only
This commit is contained in:
parent
1cbd000b43
commit
04418d5b01
8 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@ class DeliveryEmojiReactionWorker
|
|||
Account.where(id: 0)
|
||||
when :mutuals_only
|
||||
account.mutuals.local.or(Account.where(id: account))
|
||||
when :followees_only
|
||||
when :following_only
|
||||
account.following.local.or(Account.where(id: account))
|
||||
when :followers_only
|
||||
account.followers.local.or(Account.where(id: account))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue