You are viewing a single comment's thread from:

RE: Community leaders + users, I need your opinion on what you want ! (also some news on rc delegations)

in #communities3 years ago

I don't think this is related to the blog. From my understanding the request is to allow a different sort on this call:

{"id":2,"jsonrpc":"2.0","method":"bridge.get_account_posts","params":{"sort":"payout","account":"howo","observer":"asgarth"}}

As you can see the results are sorted by descending payout. The request is to sort chronologically. And as far as I know it's not available.

Sort:  

Yes this is what I mean, there are other sorts available:

supported_sort_list = ['blog', 'feed', 'posts', 'comments', 'replies', 'payout']

and if you put the sort param as blog instead of payout you'll get the results chronologically, descending (new -> old)

No, this is not what he requested.

Blog page is here: https://peakd.com/@howo

Payout page is here: https://peakd.com/@howo/payout

He basically want the second page (with comments too and not just root posts) sorted chronologically.

Aaaah I see, sorry I didn't realize that sorting by "blog" didn't return the comments. I'll see if I can add a new payout sort going :)