Skip to content

Commit 81e648d

Browse files
authored
chore: deprecate ipfs-on-path (#1768)
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.
1 parent 1757874 commit 81e648d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tray.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const CONFIG_KEYS = [
3434

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

0 commit comments

Comments
 (0)