Don't interpolate rkey (#2691)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user