Fix semantics of follow requests another slaps
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user