0
0
Fork 0

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:
Eugen Rochko 2017-02-09 20:25:39 +01:00
parent c424df5192
commit 6331ed16e5
11 changed files with 32 additions and 100 deletions

View file

@ -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)