Fix #614 - extra reply-boolean on statuses to account for cases when replied-to
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies
This commit is contained in:
parent
c424df5192
commit
6331ed16e5
11 changed files with 32 additions and 100 deletions
|
@ -105,7 +105,8 @@ class ProcessFeedService < BaseService
|
|||
account: account,
|
||||
text: content(entry),
|
||||
spoiler_text: content_warning(entry),
|
||||
created_at: published(entry)
|
||||
created_at: published(entry),
|
||||
reply: thread?(entry)
|
||||
)
|
||||
|
||||
if thread?(entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue