commit: 2e45be2653f662f60e87fce56aa3c256e20bd1fb parent f0e5f0e8375bb55e13b0f054fcf09871d2967d24 Author: Mark Felder <feld@feld.me> Date: Fri, 2 Jun 2023 11:34:04 -0400 Add :phoenix to extra_applications to suppress a warning Related to use of Phoenix.Flash.get/2Diffstat:
M | mix.exs | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git 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]