bkad / prat

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

Lazy load messages of inactive channels #111

Open gkoo opened 10 years ago

gkoo commented 10 years ago

Don't need to load content of all channels on page load. Seems like it'd be trivial to do since the functionality exists to load content when switching to a new channel (not previously in the channels list). Would greatly reduce payload of initial page load, especially when the user has many channels open. File this under nice-to-have.