Skip to content

Commit

Permalink
replies inherit the visibility of their parent
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiv2 committed Jul 5, 2019
1 parent 01d0964 commit 46067d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def execCommand(cmd):
if msg:
msg="@"+" @".join(mentions).strip()+"\n"+msg
try:
posted=mastodon.status_post(msg, in_reply_to_id=tid, spoiler_text=cw)
posted=mastodon.status_post(msg, in_reply_to_id=tid, spoiler_text=cw, visibility=tootbase[tid]["visibility"])
seen_toots.append(posted["id"])
tootbase[posted["id"]]=posted
tb_dirty[int(str(posted["id"])[-2:])]=True
Expand Down

0 comments on commit 46067d6

Please sign in to comment.