You are viewing a single comment's thread from:
RE: 10 SBD SteemJS Programming Question
Sorry if I'm late to the party. I am doing the inverse of what you're looking for.
My example uses getDiscussionsByBlog to retrieve blog entries. I only wanted my unique entries, but the results were returning resteems.
I ended up writing this to filter out resteems
If results.id == 0, that means it's a resteem. I used the inverted condition to filter those out. Hope this helps. You can run this periodically.