summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-06-02 11:34:04 -0400
committerMark Felder <feld@feld.me>2023-06-02 11:34:04 -0400
commit2e45be2653f662f60e87fce56aa3c256e20bd1fb (patch)
treea2bc39bc59fd327e8214325b91867c71df6c07d4
parentf0e5f0e8375bb55e13b0f054fcf09871d2967d24 (diff)
downloadpleroma-2e45be2653f662f60e87fce56aa3c256e20bd1fb.tar.gz
pleroma-2e45be2653f662f60e87fce56aa3c256e20bd1fb.zip
Add :phoenix to extra_applications to suppress a warning
Related to use of Phoenix.Flash.get/2
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 6e3d69379..771b491b8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -78,6 +78,7 @@ defmodule Pleroma.Mixfile do
:comeonin,
:fast_sanitize,
:os_mon,
+ :phoenix,
:ssl
],
included_applications: [:ex_syslogger]