mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-22 05:14:04 +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 }
|