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