Fix specs.
This commit is contained in:
parent
dde5ad9e37
commit
dca26f3655
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ def to_map(
|
|||
"external_url" => object["external_url"] || object["id"],
|
||||
"tags" => tags,
|
||||
"activity_type" => "post",
|
||||
"possibly_sensitive" => possibly_sensitive
|
||||
"possibly_sensitive" => possibly_sensitive,
|
||||
"visibility" => Pleroma.Web.MastodonAPI.StatusView.get_visibility(object)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue