You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Steemit.com UI front end there is the possibility to "resteem" a post by another user. This is like retweeting a tweet on Twitter, and their post appears in the feed of anyone who follows the resteem-er.
Can we get this information from steem.js? If so it could be another feed source.
In fact, we're only using the new posts feed in the current version. Maybe this could be expanded in general to allow users to pick a feed or multiple feeds?
Needs some careful consideration, we also do not want to overcomplicate things.
The text was updated successfully, but these errors were encountered:
The "resteem" feature is missing to make this script great. Is it possible to add in config to resteem (true/false) after upvoting a post. In this way, we can give extra boost to the author's article.
In the Steemit.com UI front end there is the possibility to "resteem" a post by another user. This is like retweeting a tweet on Twitter, and their post appears in the feed of anyone who follows the resteem-er.
Can we get this information from steem.js? If so it could be another feed source.
In fact, we're only using the new posts feed in the current version. Maybe this could be expanded in general to allow users to pick a feed or multiple feeds?
Needs some careful consideration, we also do not want to overcomplicate things.
The text was updated successfully, but these errors were encountered: