mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Add :phoenix to extra_applications to suppress a warning
Related to use of Phoenix.Flash.get/2
This commit is contained in:
parent
f0e5f0e837
commit
2e45be2653
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -78,6 +78,7 @@ defmodule Pleroma.Mixfile do
|
||||||
:comeonin,
|
:comeonin,
|
||||||
:fast_sanitize,
|
:fast_sanitize,
|
||||||
:os_mon,
|
:os_mon,
|
||||||
|
:phoenix,
|
||||||
:ssl
|
:ssl
|
||||||
],
|
],
|
||||||
included_applications: [:ex_syslogger]
|
included_applications: [:ex_syslogger]
|
||||||
|
|
Loading…
Reference in a new issue