open.lbry.com opens lbry to uri #2458

Merged
jessopb merged 1 commit from issue2431-i-openlinks into master 2019-05-06 03:59:49 +02:00
jessopb commented 2019-05-02 15:05:38 +02:00 (Migrated from github.com)

Previous behavior: opening from open.lbry.com link would open the app to the default front page.

New Behavior: opening from open.lbry.com will open the app to the desired claim or page.
Tested:
lbry://jiggytom -> jiggytom show page
lbry://?account -> account page
lbry://?subscriptions -> subscriptions
lbry://?notapage -> default home

Previous behavior: opening from open.lbry.com link would open the app to the default front page. New Behavior: opening from open.lbry.com will open the app to the desired claim or page. Tested: lbry://jiggytom -> jiggytom show page lbry://?account -> account page lbry://?subscriptions -> subscriptions lbry://?notapage -> default home
jessopb commented 2019-05-02 15:41:18 +02:00 (Migrated from github.com)

Please let me know any code I can remove as a result of this change.

Please let me know any code I can remove as a result of this change.
neb-b (Migrated from github.com) approved these changes 2019-05-02 23:53:47 +02:00
neb-b (Migrated from github.com) left a comment

You can remove this https://github.com/lbryio/lbry-desktop/blob/master/src/platforms/electron/index.js#L199-L211

And any instance of macDeepLinkingURI which wasn't being used in the first place.

Then can be merged.

You can remove this https://github.com/lbryio/lbry-desktop/blob/master/src/platforms/electron/index.js#L199-L211 And any instance of `macDeepLinkingURI` which wasn't being used in the first place. Then can be merged.
tzarebczan commented 2019-05-06 04:38:05 +02:00 (Migrated from github.com)

@jessobp, did you fix the app startup issue?

@jessobp, did you fix the app startup issue?
tzarebczan commented 2019-05-06 15:09:15 +02:00 (Migrated from github.com)

Looks like it was fixed, awesome!

Looks like it was fixed, awesome!
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#2458
No description provided.