Changes for invite api #24

Merged
neb-b merged 4 commits from invite into master 2019-02-04 20:27:07 +01:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit da78018f72 - Show all commits

2
dist/bundle.js vendored
View file

@ -8658,6 +8658,8 @@ function doFetchInviteStatus() {
});
_lbryio2.default.call('user', 'invite_status').then(function (status) {
dispatch((0, _rewards.doRewardList)());
dispatch({
type: _lbryRedux.ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
data: {

View file

@ -16,6 +16,8 @@ export function doFetchInviteStatus() {
Lbryio.call('user', 'invite_status')
.then(status => {
dispatch(doRewardList());
dispatch({
type: ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
data: {