cabal-club / cabal-cli

Terminal client for Cabal, the p2p chat platform.

Home Page:https://cabal.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug with backscroll on first join

cblgh opened this issue · comments

it looks like people are having an issue with not seeing any backscroll when they first start cabal up and enter a populated channel

rejoining the channel using /change <channel> fixes it

there's probably some little tweak needed in neat-screen

(maybe we need to attach a listener to self.cabal.db.on('append', cb) & self.cabal.db.on('remote-update', cb) ?)

little note, but not just on first join, but on every join if there are more than 1 new messages.