Merge branch 'add-local-field-to-status' into 'develop'

MastoAPI StatusView: Add locality indicator.

See merge request pleroma/pleroma!920
This commit is contained in:
lambda 2019-03-11 13:26:12 +00:00
commit 2c8deecdd2
3 changed files with 18 additions and 3 deletions

View file

@ -120,7 +120,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
static_url: "corndog.png",
visible_in_picker: false
}
]
],
pleroma: %{
local: true
}
}
assert status == expected