Merge branch 'swoosh-mailgun' into 'develop'

Fix Swoosh Mailgun support

See merge request pleroma/pleroma!4217
This commit is contained in:
feld 2024-08-12 19:52:37 +00:00 committed by Haelwenn (lanodan) Monnier
commit ced6b10c70
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -202,6 +202,7 @@ defmodule Pleroma.Mixfile do
{:bandit, "~> 1.5.2"},
{:websock_adapter, "~> 0.5.6"},
{:oban_live_dashboard, "~> 0.1.1"},
{:multipart, "~> 0.4.0", optional: true},
## dev & test
{:phoenix_live_reload, "~> 1.3.3", only: :dev},