Remove unused `Mention#active?` method (#31697)

pull/2833/head
Matt Jankowski 2024-09-03 04:03:25 -04:00 committed by GitHub
parent 24a0b20408
commit 406b8211f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,4 @@ class Mention < ApplicationRecord
to: :account,
prefix: true
)
def active?
!silent?
end
end