removed channel entry
This commit is contained in:
parent
830e46a50c
commit
db4aa96031
1 changed files with 4 additions and 3 deletions
|
@ -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']) {
|
||||
|
|
Loading…
Add table
Reference in a new issue