bkad / prat

group chat with markdown served over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy load messages of inactive channels

gkoo opened this issue · comments

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.