Use display_name when showing boosts

This commit is contained in:
Ryan Fox 2021-01-12 05:39:00 +00:00
parent 0162eeaeda
commit 487adc9d1f
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -216,7 +216,7 @@ statusView context ({ account, content, media_attachments, reblog, mentions } as
[ p [ class "status-info" ]
[ Common.icon "fire"
, a (accountLinkAttributes ++ [ class "reblogger" ])
[ text <| " @" ++ account.username ]
[ text <| " " ++ account.display_name ]
, text " boosted"
]
, Lazy.lazy2 statusView context reblog