Skip to content

Commit

Permalink
chore: deprecate ipfs-on-path (#1768)
Browse files Browse the repository at this point in the history
This issue relies on brittle scripts which break over time and degrade
user experience. It also introduces maintenance overhead which we don't
have bandwidth to deal with.

This change keeps the feature enabled for existing users, but will hide
menu item for new users, so it is phased out over time.
  • Loading branch information
lidel committed Feb 23, 2021
1 parent 1757874 commit 81e648d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const CONFIG_KEYS = [

// We show them if user enabled them before, but hide when off
const DEPRECATED_KEYS = new Set([
IPFS_PATH_KEY, // brittle, buggy, way better if user does this by hand for now
NPM_IPFS_KEY // superseded by https://github.com/forestpm/forest
])

Expand Down

0 comments on commit 81e648d

Please sign in to comment.