From: href Date: Fri, 14 Dec 2018 15:17:27 +0000 (+0100) Subject: Warn if push is disabled.. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=412df2cd3845802daf80c6d45db13f23f1e1b78b;p=akkoma Warn if push is disabled.. --- diff --git a/lib/pleroma/web/push/push.ex b/lib/pleroma/web/push/push.ex index 8fa28ee8e..477943450 100644 --- a/lib/pleroma/web/push/push.ex +++ b/lib/pleroma/web/push/push.ex @@ -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