Warn if push is disabled..

stable
href 6 years ago
parent ef10e08efe
commit 412df2cd38
No known key found for this signature in database
GPG Key ID: EE8296C1A152C325

@ -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

Loading…
Cancel
Save