Add backend MFM support
This commit is contained in:
parent
ebcc7684c1
commit
6b86e31e5d
15 changed files with 423 additions and 10 deletions
3
mix.exs
3
mix.exs
|
|
@ -160,6 +160,9 @@ defmodule Pleroma.Mixfile do
|
|||
{:sweet_xml, "~> 0.7.5"},
|
||||
{:earmark, "1.4.46"},
|
||||
{:bbcode_pleroma, "~> 0.2.0"},
|
||||
{:mfm_parser,
|
||||
git: "https://akkoma.dev/AkkomaGang/mfm-parser.git",
|
||||
ref: "360a30267a847810a63ab48f606ba227b2ca05f0"},
|
||||
{:cors_plug, "~> 2.0"},
|
||||
{:web_push_encryption, "~> 0.3.1"},
|
||||
{:swoosh, "~> 1.16.12"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue