Fix semantics of follow requests another slaps
This commit is contained in:
parent
0b95eb3612
commit
50660d54e8
9 changed files with 24 additions and 34 deletions
|
@ -20,10 +20,6 @@ class Follow < ApplicationRecord
|
|||
target_account
|
||||
end
|
||||
|
||||
def object_type
|
||||
:person
|
||||
end
|
||||
|
||||
def title
|
||||
destroyed? ? "#{account.acct} is no longer following #{target_account.acct}" : "#{account.acct} started following #{target_account.acct}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue