Don't interpolate rkey (#2691)
parent
bb7ce215f7
commit
2ce9ab7da0
|
@ -167,9 +167,7 @@ let FeedItem = ({
|
|||
icon = 'user-plus'
|
||||
iconStyle = [s.blue3 as FontAwesomeIconStyle]
|
||||
} else if (item.type === 'feedgen-like') {
|
||||
action = item.subjectUri
|
||||
? _(msg`liked your custom feed '${new AtUri(item.subjectUri).rkey}'`)
|
||||
: _(msg`liked your custom feed`)
|
||||
action = _(msg`liked your custom feed`)
|
||||
icon = 'HeartIconSolid'
|
||||
iconStyle = [
|
||||
s.likeColor as FontAwesomeIconStyle,
|
||||
|
|
Loading…
Reference in New Issue