mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 23:03:41 +01:00
3 lines
163 B
Ruby
3 lines
163 B
Ruby
node(:url) { |mention| TagManager.instance.url_for(mention.account) }
|
|
node(:acct) { |mention| mention.account.acct }
|
|
node(:id) { |mention| mention.account_id }
|