We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #5442 (review)
Tested on /snek/gallery/331660682-7, I can see 4 "offer" events in NotificationBox but only 2 row in Offers tab maybe remove expired?
/snek/gallery/331660682-7
Originally posted by @roiLeo in #5581 (review)
Account address: bXhWeVLtArWauM8UmbaVdDmXmo5uSDk6DAa2YxQ5zbt2sDcbW
bXhWeVLtArWauM8UmbaVdDmXmo5uSDk6DAa2YxQ5zbt2sDcbW
The text was updated successfully, but these errors were encountered:
I think this is what we've noticed with @exezbcz that in Offers tab we are not showing all offers
Sorry, something went wrong.
i think i've filtered expired offers in notification. is it still there?
Yep, stil present
query notificationsByAccount { offers(where: { nft: { id_eq: "331660682-7" } }) { id caller expiration price status } stats: offersConnection( orderBy: id_ASC where: { nft: { id_eq: "331660682-7" } } ) { total: totalCount } }
2 results while your query show 4 results
won't fix bsx
No branches or pull requests
From #5442 (review)
Originally posted by @roiLeo in #5581 (review)
Account address:
bXhWeVLtArWauM8UmbaVdDmXmo5uSDk6DAa2YxQ5zbt2sDcbW
The text was updated successfully, but these errors were encountered: