@ -1,5 +1,5 @@
object @account
cache false
attribute :id
node(:following) { |account| @following[account.id] || false }
node(:followed_by) { |account| @followed_by[account.id] || false }
cache
attributes :id, :username, :acct, :display_name, :note
@ -1,5 +1,4 @@
object @context
node :ancestors do |context|
partial 'api/v1/statuses/index', object: context.ancestors
object @status
extends 'api/v1/statuses/_show'