Skip to content
Snippets Groups Projects
Verified Commit 412df2cd authored by href's avatar href
Browse files

Warn if push is disabled..

parent ef10e08e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment