mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
removed channel entry
This commit is contained in:
parent
830e46a50c
commit
db4aa96031
1 changed files with 4 additions and 3 deletions
|
@ -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