umputun / remark42

comment engine
https://remark42.com
MIT License
4.9k stars 381 forks source link

Default sort displayed incorrectly on first sign in #7

Closed 23ua closed 6 years ago

23ua commented 6 years ago

After first sign in for a given browser "Sort by Best" is displayed in the interface but actual order appears to be "By oldest".

screen shot 2018-05-12 at 21 11 41

In order for the sort param "By Best" to work, you need to select some other order and only after that "By Best" again.

In the url of a request that fetches comments param sort equals to null:

https://demo.remark42.com/api/v1/find?url=https://remark42.com/demo/&sort=null&format=tree&site=remark
igoradamenko commented 6 years ago

Fixed.

Thanks!