mirror of https://github.com/mastodon/mastodon
untested!! spoiler hotfix for replies
untested, my vagrant is bugged again, submitted at gargron's requestpull/597/head
parent
ccb8ac8573
commit
d4d3a10c25
@ -1,3 +1,4 @@
|
||||
node(:url) { |mention| TagManager.instance.url_for(mention.account) }
|
||||
node(:acct) { |mention| mention.account.acct }
|
||||
node(:id) { |mention| mention.account_id }
|
||||
node(:url) { |mention| TagManager.instance.url_for(mention.account) }
|
||||
node(:acct) { |mention| mention.account.acct }
|
||||
node(:id) { |mention| mention.account_id }
|
||||
node(:username) { |mention| mention.account.username }
|
||||
|
Loading…
Reference in New Issue