Warn if push is disabled..
authorhref <href@random.sh>
Fri, 14 Dec 2018 15:17:27 +0000 (16:17 +0100)
committerhref <href@random.sh>
Fri, 14 Dec 2018 15:19:28 +0000 (16:19 +0100)
lib/pleroma/web/push/push.ex

index 8fa28ee8ef6c79b149fab2681e260eec81e23fcc..4779434504fc917a68b3e0b34e0ec835f90c9d37 100644 (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