smugdev / smugboard

An IPFS-based imageboard
MIT License
24 stars 2 forks source link

Boards with exactly one active thread not rendering correctly #8

Open smugdev opened 6 years ago

smugdev commented 6 years ago

An odd bug crops up when a board has one (and only one) thread on it, where it renders the board as though it were that one thread. I suspect it happens fairly early on, as it loads the full thread instead of the first 5 replies. It also leaves a bunch of broken thread stubs at the bottom of the page. The problem goes away when a second thread is made.