Thumbnail upload type #43

Merged
neb-b merged 2 commits from thumbnail-upload into master 2018-06-08 05:37:48 +02:00
2 changed files with 2 additions and 0 deletions

1
dist/bundle.js vendored
View file

@ -5337,6 +5337,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';