I had a conversation in 'unlisted' status with someone, and it was a
pain to keep setting this by hand.
Of course, it's only a default: you _can_ change the visibility in a
reply.
self.language = "en" # FIXME: find a better default from somewhere
self.content_warning = ""
self.visibility = "public"
+ if self.reply_id is not None:
+ reply_status = self.cc.get_status_by_id(reply_id)
+ self.visibility = reply_status['visibility']
def render(self):
y = 0