Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

Fix mentions, fix #102 #110

Closed dcposch closed 7 years ago

dcposch commented 7 years ago

single code path for detecting mentions

before, mentions were computed two different ways--one way for the count, another way for filtering, resulting in #102

fixes the default page

loads the Entries tab automatically. i broke this a few commits ago, sorry

neauoire commented 7 years ago

Ah! Perfect, that just fits right into what I was doing for 0.1.8! Thanks @dcposch