mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 19:01:37 +01:00
Remove unused Mention#active?
method (#31697)
This commit is contained in:
parent
24a0b20408
commit
406b8211f5
1 changed files with 0 additions and 4 deletions
|
@ -29,8 +29,4 @@ class Mention < ApplicationRecord
|
||||||
to: :account,
|
to: :account,
|
||||||
prefix: true
|
prefix: true
|
||||||
)
|
)
|
||||||
|
|
||||||
def active?
|
|
||||||
!silent?
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue