about summary refs log tree commit diff
path: root/app/views/api/v1/statuses/_show.rabl
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-05 02:02:46 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-05 02:02:46 +0100
commit21972bb39886942d6946757ff8c8f9fe329bb20f (patch)
tree23ab35ed5000c67a1c79d4fff3c08d54c9c35b39 /app/views/api/v1/statuses/_show.rabl
parentdbb7e5a64422891b5590b20911b45065e4e0b277 (diff)
No replies filter on home timeline no longer hides self-replies
Diffstat (limited to 'app/views/api/v1/statuses/_show.rabl')
-rw-r--r--app/views/api/v1/statuses/_show.rabl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/v1/statuses/_show.rabl b/app/views/api/v1/statuses/_show.rabl
index 7309a78b8..059e0d13f 100644
--- a/app/views/api/v1/statuses/_show.rabl
+++ b/app/views/api/v1/statuses/_show.rabl
@@ -1,4 +1,4 @@
-attributes :id, :created_at, :in_reply_to_id, :sensitive, :spoiler_text, :visibility
+attributes :id, :created_at, :in_reply_to_id, :in_reply_to_account_id, :sensitive, :spoiler_text, :visibility
 
 node(:uri)              { |status| TagManager.instance.uri_for(status) }
 node(:content)          { |status| Formatter.instance.format(status) }