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