Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
round 2 - go for ipfs in a chrome-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 28, 2017
1 parent 580b607 commit 9d4381a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
77 changes: 0 additions & 77 deletions app/browser/ipfs.js

This file was deleted.

4 changes: 1 addition & 3 deletions js/constants/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ const messages = {
// PDFJS
LOAD_URL_REQUESTED: _,
// Torrent
TORRENT_MESSAGE: _,
// IPFS
IPFS_MESSAGE: _
TORRENT_MESSAGE: _
// DO NOT ADD TO THIS LIST - see above
}

Expand Down
2 changes: 0 additions & 2 deletions js/stores/appStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ const handleAppAction = (action) => {
appState = filtering.init(appState, action, appStore)
appState = basicAuth.init(appState, action, appStore)
appState = webtorrent.init(appState, action, appStore)
// TODO(diasdavid) - init IPFS in the main process
appState = ipfs.init(appState, action, appStore)
appState = profiles.init(appState, action, appStore)
appState = require('../../app/browser/menu').init(appState, action, appStore)
appState = require('../../app/sync').init(appState, action, appStore)
Expand Down

0 comments on commit 9d4381a

Please sign in to comment.