remove duplicate module
This commit is contained in:
parent
67ab9a7928
commit
61ef1fca4b
3 changed files with 3 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ defmodule Pleroma.User.WelcomeEmail do
|
|||
alias Pleroma.Emails
|
||||
alias Pleroma.User
|
||||
|
||||
import Pleroma.Config.Utils, only: [instance_name: 0]
|
||||
import Pleroma.Config.Helpers, only: [instance_name: 0]
|
||||
|
||||
@spec enabled?() :: boolean()
|
||||
def enabled?, do: Config.get([:welcome, :email, :enabled], false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue