mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 09:18:06 +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 }
|