arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Display thread titles in ssb-msg #95

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Displays thread titles in ssb-msg, which means that "in reply to" now shows meaningful information about what they replied to. Tries to load from cache first, and if it's not there, asynchronously requests the thread root be downloaded so it can display the thread title.

arj03 commented 3 years ago

nice