Skip to content

Commit

Permalink
Revert "Add stun app to cond_apps in mix.exs"
Browse files Browse the repository at this point in the history
Looks like this is required only when using older mix versions.

This reverts commit 2ef9fbc.
  • Loading branch information
prefiks committed Jul 18, 2023
1 parent 2ef9fbc commit d349e3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ defmodule Ejabberd.MixProject do
{config(:sip), :esip},
{config(:odbc), :odbc},
{config(:pgsql), :p1_pgsql},
{config(:sqlite), :sqlite3},
{config(:stun), :stun}], do:
{config(:sqlite), :sqlite3}], do:
app
end

Expand Down

0 comments on commit d349e3a

Please sign in to comment.