2016-09-23 19:23:26 +01:00
|
|
|
object @account
|
2016-11-03 12:59:31 +00:00
|
|
|
cache false
|
2016-09-23 19:23:26 +01:00
|
|
|
attribute :id
|
|
|
|
node(:following) { |account| @following[account.id] || false }
|
|
|
|
node(:followed_by) { |account| @followed_by[account.id] || false }
|
|
|
|
node(:blocking) { |account| @blocking[account.id] || false }
|