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
|
@ -19,8 +19,6 @@ class Favourite < ApplicationRecord
|
|||
destroyed? ? "#{account.acct} no longer favourites a status by #{status.account.acct}" : "#{account.acct} favourited a status by #{status.account.acct}"
|
||||
end
|
||||
|
||||
delegate :object_type, to: :target
|
||||
|
||||
def thread
|
||||
status
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue