Change followees_only to following_only

This commit is contained in:
KMY 2023-09-13 12:59:07 +09:00
parent 1cbd000b43
commit 04418d5b01
8 changed files with 8 additions and 8 deletions

View file

@ -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))