mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-07 18:06:56 +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 }
|