diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-23 19:01:12 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-23 19:01:12 +0100 |
commit | 3373ae02ded0ac5847350da9f9550721cdebe732 (patch) | |
tree | 3fa12a04c5af6aa67043c797093e2d9872b1f5ce /app/views | |
parent | d74cef45aafb1bf049c7ee0e7b3b334aefdf5c17 (diff) | |
parent | 79a01358698ad3889b0c9a43cfb2f886fbae77e4 (diff) |
Merge branch 'development'
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/api/v1/statuses/_show.rabl | 2 |
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 90457eca9..579c47b26 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 +attributes :id, :created_at, :in_reply_to_id, :sensitive node(:uri) { |status| TagManager.instance.uri_for(status) } node(:content) { |status| Formatter.instance.format(status) } |