Use lbryio/lbryinc #1937

Merged
neb-b merged 1 commit from lbryinc into master 2018-09-24 15:32:44 +02:00
neb-b commented 2018-09-06 18:23:30 +02:00 (Migrated from github.com)

Pretty straightforward. We needed to add some overrides to keep storing the auth with ipcRenderer.

https://github.com/lbryio/lbryinc/pull/6 will need to be merged first

Pretty straightforward. We needed to add some overrides to keep storing the auth with ipcRenderer. https://github.com/lbryio/lbryinc/pull/6 will need to be merged first
skhameneh (Migrated from github.com) approved these changes 2018-09-19 17:21:53 +02:00
skhameneh (Migrated from github.com) left a comment

Looks good! This is a nice refactor/abstraction

Looks good! This is a nice refactor/abstraction
@ -39,2 +39,4 @@
global.app = app;
// Lbryinc needs access to the redux store for dispatching auth-releated actions
global.store = app.store;
skhameneh (Migrated from github.com) commented 2018-09-19 17:19:05 +02:00

Is this still needed?

Is this still needed?
neb-b (Migrated from github.com) reviewed 2018-09-19 17:53:12 +02:00
@ -39,2 +39,4 @@
global.app = app;
// Lbryinc needs access to the redux store for dispatching auth-releated actions
global.store = app.store;
neb-b (Migrated from github.com) commented 2018-09-19 17:53:12 +02:00

Yeah, there are a few places where it looks for window.store

Yeah, there are a few places where it looks for `window.store`
tzarebczan commented 2018-09-21 17:00:32 +02:00 (Migrated from github.com)

@akinwale please review when you have a moment.

@akinwale please review when you have a moment.
akinwale (Migrated from github.com) approved these changes 2018-09-23 16:02:30 +02:00
akinwale (Migrated from github.com) left a comment

Looks good to merge.

Looks good to merge.
Sign in to join this conversation.
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#1937
No description provided.