mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Remove unused Mention#active?
method (#31697)
This commit is contained in:
parent
24a0b20408
commit
406b8211f5
@ -29,8 +29,4 @@ class Mention < ApplicationRecord
|
|||||||
to: :account,
|
to: :account,
|
||||||
prefix: true
|
prefix: true
|
||||||
)
|
)
|
||||||
|
|
||||||
def active?
|
|
||||||
!silent?
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user