updated label for lbrynet publish events
This commit is contained in:
parent
5a13b23016
commit
64edbb3619
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ module.exports = {
|
|||
},
|
||||
chooseGaPublishLabel (publishParams) {
|
||||
if (publishParams.channel_name || publishParams.channel_id) {
|
||||
return 'PUBLISH_IN_CHANNEL';
|
||||
return 'PUBLISH_IN_CHANNEL_CLAIM';
|
||||
}
|
||||
return 'PUBLISH_ANONYMOUS';
|
||||
return 'PUBLISH_ANONYMOUS_CLAIM';
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue