untested!! spoiler hotfix for replies
untested, my vagrant is bugged again, submitted at gargron's request
This commit is contained in:
parent
ccb8ac8573
commit
d4d3a10c25
2 changed files with 9 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue