Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content fetching APIs - minor fixes #445

Closed
roadscape opened this issue Sep 20, 2016 · 1 comment
Closed

Content fetching APIs - minor fixes #445

roadscape opened this issue Sep 20, 2016 · 1 comment

Comments

@roadscape
Copy link
Contributor

  1. In get_state "@user/posts", comment keys are returned in account.posts without '@author/' prefix, which is not consistent with how blogs and feeds are returned (as of late).

  2. Loading of "recent replies" seems to be broken (after the 1st page). Here's the method: get_replies_by_last_update(start_parent_author, start_permlink, limit)

Locally, I got the method to work (seemingly) as expected by making the following change:

-   bool filter_by_parent_author = true;
+   bool filter_by_parent_author = false;
@theoreticalbts
Copy link
Contributor

@mvandeberg if this is merged, can this ticket be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants