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:
commit
2c8deecdd2
3 changed files with 18 additions and 3 deletions
|
|
@ -120,7 +120,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
static_url: "corndog.png",
|
||||
visible_in_picker: false
|
||||
}
|
||||
]
|
||||
],
|
||||
pleroma: %{
|
||||
local: true
|
||||
}
|
||||
}
|
||||
|
||||
assert status == expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue