mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 09:21:34 +00:00
show entire claim ID in claims
This commit is contained in:
parent
2e8dfa2a93
commit
e5e1751cd8
1 changed files with 4 additions and 1 deletions
|
@ -227,7 +227,10 @@ function announceClaim(claim, claimBlockHeight, currentHeight) {
|
|||
icon_url:
|
||||
"http://barkpost-assets.s3.amazonaws.com/wp-content/uploads/2013/11/3dDoge.gif"
|
||||
},
|
||||
title: (channelName ? channelName + "/" : "") + claim["name"],
|
||||
title:
|
||||
"lbry://" +
|
||||
(channelName ? channelName + "/" : "") +
|
||||
claim["name"],
|
||||
color: 1399626,
|
||||
description: escapeSlackHtml(text.join("\n")),
|
||||
footer: {
|
||||
|
|
Loading…
Add table
Reference in a new issue