Fake 2.4.0 API

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-06-04 17:44:08 +02:00
parent c45133377a
commit 359093d73b
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
4 changed files with 7 additions and 0 deletions

View File

@ -812,6 +812,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
boost_modal: false,
delete_modal: true,
auto_play_gif: false,
display_sensitive_media: false,
reduce_motion: false
},
compose: %{

View File

@ -30,6 +30,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
avatar_static: image,
header: header,
header_static: header,
emojis: [],
fields: [],
source: %{
note: "",
privacy: "public",

View File

@ -170,6 +170,8 @@ defmodule Pleroma.Web.Router do
get("/accounts/:id/following", MastodonAPIController, :following)
get("/accounts/:id", MastodonAPIController, :user)
get("/trends", MastodonAPIController, :empty_array)
get("/search", MastodonAPIController, :search)
end

View File

@ -28,6 +28,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
avatar_static: "http://localhost:4001/images/avi.png",
header: "http://localhost:4001/images/banner.png",
header_static: "http://localhost:4001/images/banner.png",
emojis: [],
fields: [],
source: %{
note: "",
privacy: "public",