removed channel entry

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

View file

@ -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']) {