bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

History fixes #29

Closed cespare closed 11 years ago

cespare commented 12 years ago

Right now if you navigate to a different page and then navigate back, you'll get the view of the page when it loaded. subsequent messages will be appended, so you end up with a big gap of missing messages. You can reload the page to fix this.

We should use the HTML5 history API to fix this experience.

cespare commented 11 years ago

This was fixed by another change recently (I think there's logic that detects when the messages are out of sync or something?)