MastoAPI: fake out 'application' property.

This commit is contained in:
Roger Braun 2017-09-14 09:14:08 +02:00
commit a8701282d4
2 changed files with 8 additions and 2 deletions

View file

@ -52,7 +52,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
media_attachments: attachments,
mentions: mentions,
tags: [], # fix,
application: nil,
application: %{
name: "Web",
website: nil
},
language: nil
}
end