Change followees_only to following_only
This commit is contained in:
parent
1cbd000b43
commit
04418d5b01
8 changed files with 8 additions and 8 deletions
|
@ -377,7 +377,7 @@ class Account < ApplicationRecord
|
|||
case emoji_reaction_policy
|
||||
when :block
|
||||
false
|
||||
when :followees_only
|
||||
when :following_only
|
||||
account.present? && (id == account.id || following?(account))
|
||||
when :followers_only
|
||||
account.present? && (id == account.id || followed_by?(account))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue