mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Remove unused User#inactive_message method (#31698)
This commit is contained in:
@@ -246,10 +246,6 @@ class User < ApplicationRecord
|
||||
unconfirmed? || pending?
|
||||
end
|
||||
|
||||
def inactive_message
|
||||
approved? ? super : :pending
|
||||
end
|
||||
|
||||
def approve!
|
||||
return if approved?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user