forked from AkkomaGang/akkoma
Warn if push is disabled..
This commit is contained in:
parent
ef10e08efe
commit
412df2cd38
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def send(notification) do
|
|||
end
|
||||
|
||||
def init(:ok) do
|
||||
if enabled() do
|
||||
if !enabled() do
|
||||
Logger.warn("""
|
||||
VAPID key pair is not found. If you wish to enabled web push, please run
|
||||
|
||||
|
|
Loading…
Reference in a new issue