forked from AkkomaGang/akkoma
Fix returned visibility of announces in MastodonAPI
This commit is contained in:
parent
7d5a9f3f6d
commit
43e3db0951
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def render(
|
|||
pinned: pinned?(activity, user),
|
||||
sensitive: false,
|
||||
spoiler_text: "",
|
||||
visibility: "public",
|
||||
visibility: get_visibility(activity),
|
||||
media_attachments: reblogged[:media_attachments] || [],
|
||||
mentions: mentions,
|
||||
tags: reblogged[:tags] || [],
|
||||
|
|
Loading…
Reference in a new issue