Merge pull request #43 from lbryio/thumbnail-upload

Thumbnail upload type
This commit is contained in:
Sean Yesmunt 2018-06-07 23:37:47 -04:00 committed by GitHub
commit 7759bc6e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
dist/bundle.js vendored
View file

@ -5418,6 +5418,7 @@ var SEND_TIP = exports.SEND_TIP = 'send_tip';
var PUBLISH = exports.PUBLISH = 'publish';
var SEARCH = exports.SEARCH = 'search';
var CONFIRM_TRANSACTION = exports.CONFIRM_TRANSACTION = 'confirm_transaction';
var CONFIRM_THUMBNAIL_UPLOAD = exports.CONFIRM_THUMBNAIL_UPLOAD = 'confirm_thumbnail_upload';
/***/ }),
/* 35 */

View file

@ -22,3 +22,4 @@ export const SEND_TIP = 'send_tip';
export const PUBLISH = 'publish';
export const SEARCH = 'search';
export const CONFIRM_TRANSACTION = 'confirm_transaction';
export const CONFIRM_THUMBNAIL_UPLOAD = 'confirm_thumbnail_upload';