arj03 / ssb-browser-demo

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

Fix profile search #248

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Evidently the profile search (type "@" and then something in the search bar, hit Enter) was broken because of the transition from the profiles index to aboutSelf. This fixes that.

arj03 commented 3 years ago

Great find.