always include link for channels with claim_id
This commit is contained in:
parent
15f31a7624
commit
4c22958b37
2 changed files with 23 additions and 5 deletions
|
@ -56,10 +56,7 @@ class UriIndicator extends React.PureComponent<Props> {
|
|||
if (channelClaim) {
|
||||
const { name, claim_id: claimId } = channelClaim;
|
||||
let channelLink;
|
||||
|
||||
// Disabling now because it mostly causes issues
|
||||
// Add this back to ensure we only add links to signed channels
|
||||
if (claim.is_channel_signature_valid) {
|
||||
if (claimId && name) {
|
||||
channelLink = link ? buildURI({ channelName: name, channelClaimId: claimId }) : false;
|
||||
}
|
||||
|
||||
|
|
|
@ -671,5 +671,26 @@
|
|||
"Romanian": "Romanian",
|
||||
"Hindi": "Hindi",
|
||||
"Greek": "Greek",
|
||||
"Hide": "Hide"
|
||||
"Hide": "Hide",
|
||||
"Network and Data Settings": "Network and Data Settings",
|
||||
"Save all viewed content to your downloads directory": "Save all viewed content to your downloads directory",
|
||||
"Paid content and some file types are saved by default. Changing this setting will not affect previously downloaded content.": "Paid content and some file types are saved by default. Changing this setting will not affect previously downloaded content.",
|
||||
"Save hosting data to help the LBRY network": "Save hosting data to help the LBRY network",
|
||||
"If disabled, LBRY will be very sad and you won't be helping improve the network.": "If disabled, LBRY will be very sad and you won't be helping improve the network.",
|
||||
"Floating video player": "Floating video player",
|
||||
"Keep content playing in the corner when navigating to a different page.": "Keep content playing in the corner when navigating to a different page.",
|
||||
"Blocked Channels": "Blocked Channels",
|
||||
"blocked": "blocked",
|
||||
"channels": "channels",
|
||||
"Manage": "Manage",
|
||||
"Automatic dark mode": "Automatic dark mode",
|
||||
"Hide wallet balance in header": "Hide wallet balance in header",
|
||||
"Max Connections": "Max Connections",
|
||||
"For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.": "For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.",
|
||||
"This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.": "This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.",
|
||||
"'contentName' should no longer be used. Use 'streamName' instead": "'contentName' should no longer be used. Use 'streamName' instead",
|
||||
"LBRY Download Complete": "LBRY Download Complete",
|
||||
"Sorry, we can't preview this file.": "Sorry, we can't preview this file.",
|
||||
"View File": "View File",
|
||||
"Close": "Close"
|
||||
}
|
Loading…
Reference in a new issue