common api: add support for formatting messages outside of twitter-style plain text

This commit is contained in:
William Pitcock 2018-08-31 03:13:59 +00:00
commit 6aa65b68b8
6 changed files with 46 additions and 7 deletions

View file

@ -48,6 +48,7 @@ defmodule Pleroma.Mixfile do
{:mogrify, "~> 0.6.1"},
{:ex_aws, "~> 2.0"},
{:ex_aws_s3, "~> 2.0"},
{:earmark, "~> 1.2"},
{:ex_machina, "~> 2.2", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test}