This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/api/v1/statuses/_mention.rabl

4 lines
163 B
Plaintext
Raw Normal View History

2016-11-03 08:28:36 -04:00
node(:url) { |mention| TagManager.instance.url_for(mention.account) }
node(:acct) { |mention| mention.account.acct }
node(:id) { |mention| mention.account_id }