1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

added some comments that were missing

This commit is contained in:
Enrico Fasoli 2015-12-21 16:44:34 +01:00
parent 58af5f5e71
commit 130c909858
2 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,11 @@ Also keep in mind that due to issues with the current implementation of IPNS in
go-ipfs, real world usage of the prototype is very limited. This will all be go-ipfs, real world usage of the prototype is very limited. This will all be
sorted out as soon as go-ipfs' next version, 0.4, is out. sorted out as soon as go-ipfs' next version, 0.4, is out.
__Check it out here:__ http://ipfs.ydns.eu
__Tip:__ http://ipfs.ydns.eu is also a full IPFS gateway for IPFS 0.4. You can
also use it to access the 0.3.x network by visiting http://ipfs-0.3.ydns.eu
If you want to really use the prototype, you can take a look at `CONTRIBUTING.md` If you want to really use the prototype, you can take a look at `CONTRIBUTING.md`
to set up a developer environment and try it out. to set up a developer environment and try it out.

View File

@ -28,6 +28,7 @@ module.exports = React.createClass({
} /* else { } /* else {
console.log('Post discarded cause date in the future:', hash) console.log('Post discarded cause date in the future:', hash)
}*/ }*/
// Don't drop posts in the future due to date sync problems!
this.setState({ posts }) this.setState({ posts })
} }
props = props || this.props props = props || this.props