Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
ae38b72e
Commit
ae38b72e
authored
Sep 17, 2017
by
lain
Browse files
MastoAPI: Fix reblog view.
parent
260f09dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/mastodon_api/views/status_view.ex
View file @
ae38b72e
...
...
@@ -32,8 +32,8 @@ def render("status.json", %{activity: %{data: %{"type" => "Announce", "object" =
created_at:
created_at
,
reblogs_count:
0
,
favourites_count:
0
,
reblogged:
0
,
favourited:
0
,
reblogged:
false
,
favourited:
false
,
muted:
false
,
sensitive:
false
,
spoiler_text:
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment