Warn if push is disabled..

This commit is contained in:
href 2018-12-14 16:17:27 +01:00
parent ef10e08efe
commit 412df2cd38
No known key found for this signature in database
GPG key ID: EE8296C1A152C325

View file

@ -32,7 +32,7 @@ defmodule Pleroma.Web.Push 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