Pass app version info to internal APIs #1583

Merged
daovist merged 3 commits from issue/1579 into master 2018-06-13 22:40:28 +02:00
daovist commented 2018-06-12 21:34:15 +02:00 (Migrated from github.com)

#1579

Edit: This passes the platform returned by Lbry.version which for me is Linux-4.15.0-23-generic-x86_64-with-Ubuntu-18.04-bionic

#1579 Edit: This passes the platform returned by `Lbry.version` which for me is `Linux-4.15.0-23-generic-x86_64-with-Ubuntu-18.04-bionic`
neb-b (Migrated from github.com) requested changes 2018-06-13 18:31:14 +02:00
@ -49,6 +63,7 @@ export function doAuthenticate() {
});
dispatch(doRewardList());
dispatch(doFetchInviteStatus());
neb-b (Migrated from github.com) commented 2018-06-13 18:31:08 +02:00

Since we aren't storing this in the store, we don't need to wrap this call in a dispatch. You can just call doInstallNew() after.

Since we aren't storing this in the store, we don't need to wrap this call in a `dispatch`. You can just call `doInstallNew()` after.
neb-b (Migrated from github.com) approved these changes 2018-06-13 22:40:18 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1583
No description provided.