removed channel entry

This commit is contained in:
Niko Storni 2017-06-15 01:47:09 +02:00
parent 830e46a50c
commit db4aa96031

View file

@ -155,7 +155,7 @@ function announceClaim(claim, claimBlockHeight, currentHeight) {
lbryCall('getvalueforname', claim['name']),
lbryCall('getclaimsforname', claim['name']),
])
.then(function([currentWinningClaim, claimsForName]) {
.then(function ([currentWinningClaim, claimsForName]) {
//console.log(JSON.stringify(claimData));
let value = null;
if (claimData !== null)
@ -169,10 +169,11 @@ function announceClaim(claim, claimBlockHeight, currentHeight) {
const text = [];
if (value) {
if (channelName) {
/*if (channelName) {
text.push("Channel: lbry://" + channelName);
}
else if (value['author']) {
else*/
if (value['author']) {
text.push("author: " + value['author']);
}
if (value['description']) {