Skip to content

Commit 241b198

Browse files
committed
v0.3.23: remove (now harmful) precaution against ipfs-inactive/js-ipfs-http-client#408
1 parent 5817faf commit 241b198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fidomail2ipfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = (settings, storageDone) => {
143143
// (cached) store in IPFS Twitter Emoji v2:
144144
callback => dirToHashIPFS(
145145
IPFS,
146-
path.join(nodeModulesPath(__dirname), 'twemoji', '2'), 'twemoji/2',
146+
path.join(nodeModulesPath(__dirname), 'twemoji', '2'), '2',
147147
'TwitterEmoji', callback
148148
),
149149
// generate HTML message, wrap in EFGH, store in IPFS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fidomail2ipfs",
33
"main": "fidomail2ipfs.js",
4-
"version": "0.3.22",
4+
"version": "0.3.23",
55
"description": "Renders echomail messages from Fidonet in IPFS (the Distributed Web).",
66
"keywords": ["Fidonet", "FTN", "echomail", "IPFS"],
77
"author": { "name": "Mithgol the Webmaster" },

0 commit comments

Comments
 (0)