Making public pages responsive, removing reblogs/favs counts from them
This commit is contained in:
parent
d74da1a89a
commit
188c6f326b
8 changed files with 31 additions and 57 deletions
|
@ -14,9 +14,7 @@ class Favourite < ApplicationRecord
|
|||
"#{account.acct} favourited a status by #{status.account.acct}"
|
||||
end
|
||||
|
||||
def object_type
|
||||
target.object_type
|
||||
end
|
||||
delegate :object_type, to: :target
|
||||
|
||||
def thread
|
||||
status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue