Use published Pleroma MFM parser package

This commit is contained in:
Lain Soykaf 2026-05-11 19:12:03 +04:00
commit 592be493c8
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -740,7 +740,7 @@ defmodule Pleroma.Web.CommonAPITest do
{:ok, activity} =
CommonAPI.post(user, %{
status: "$[spin.speed=1s=boom malformed]",
status: "$[spin malformed",
content_type: "text/x.misskeymarkdown"
})