mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
rename purge_inactive to purge_unactivated
This commit is contained in:
parent
44c1a895b5
commit
ea269ccfb2
13 changed files with 17 additions and 21 deletions
|
@ -3,7 +3,7 @@ module Jobs
|
|||
every 1.day
|
||||
|
||||
def execute(args)
|
||||
User.purge_inactive
|
||||
User.purge_unactivated
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue