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
this could help with next expected drop feature. if the # is negative by a decent amount, and the seller hasn't updated any posts recently, then the negative # could instead be replaced with text about the seller being inactive.
View (via API of course, unless user is on tier page) their profile by newest, pull the last updated date from that. Difficulty would be in using (maybe their Algolia API?) to run a search through the API....
The text was updated successfully, but these errors were encountered:
^ might just be able to use the above details with the userid changing between requests, pulling only 1 hitsPerPage, and reading info from that object (ReturnedJSON[0]["bumped_at]).
this could help with next expected drop feature. if the # is negative by a decent amount, and the seller hasn't updated any posts recently, then the negative # could instead be replaced with text about the seller being inactive.
View (via API of course, unless user is on tier page) their profile by newest, pull the last updated date from that. Difficulty would be in using (maybe their Algolia API?) to run a search through the API....
The text was updated successfully, but these errors were encountered: