d4d3a10c25
untested, my vagrant is bugged again, submitted at gargron's request
4 lines
230 B
Ruby
4 lines
230 B
Ruby
node(:url) { |mention| TagManager.instance.url_for(mention.account) }
|
|
node(:acct) { |mention| mention.account.acct }
|
|
node(:id) { |mention| mention.account_id }
|
|
node(:username) { |mention| mention.account.username }
|