[BREAKING CHANGE] remove refs to api.lbry.io #119
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-redux#119
Loading…
Reference in a new issue
No description provided.
Delete branch "lbryinc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There were a few references to api.lbry.io in
lbry-redux
. I've moved these over tolbryinc
in https://github.com/lbryio/lbryinc/pull/28This is step one for https://github.com/lbryio/lbry-redux/issues/118
@akinwale I have a build working with these for the desktop. Once they are merged I'll share a commit that makes all the changes. Just a few
import { x } from 'lbry-redux
toimport { x } from 'lbryinc'
Looks good. Using the updates should be as easy as simply updating the imports in the app with the new source.