diff --git a/README.md b/README.md index 7046f7e..c6234e1 100644 --- a/README.md +++ b/README.md @@ -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 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` to set up a developer environment and try it out. diff --git a/webapp/components/postlist.jsx b/webapp/components/postlist.jsx index 61080c4..06c1441 100644 --- a/webapp/components/postlist.jsx +++ b/webapp/components/postlist.jsx @@ -28,6 +28,7 @@ module.exports = React.createClass({ } /* else { 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 }) } props = props || this.props