projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef10e08
)
Warn if push is disabled..
author
href
<href@random.sh>
Fri, 14 Dec 2018 15:17:27 +0000
(16:17 +0100)
committer
href
<href@random.sh>
Fri, 14 Dec 2018 15:19:28 +0000
(16:19 +0100)
lib/pleroma/web/push/push.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/push/push.ex
b/lib/pleroma/web/push/push.ex
index 8fa28ee8ef6c79b149fab2681e260eec81e23fcc..4779434504fc917a68b3e0b34e0ec835f90c9d37 100644
(file)
--- 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