-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Hide items on user profile #442
Comments
Another use-case is hiding stuff that you've burned. I inadvertently minted a bunch of duplicates due to issues caused by kanaria emote scripts that were subsequently burned in addition to some test mints which I'd like to hide. |
Okay, options came to my thought. Let me know what do you think
|
|
OK looks like we have a small glitch in subquery query notBurned {
nFTEntities(filter: { burned: {equalTo: false } }) {
nodes {
burned
}
}
} It returns empty |
We've hide #679 already, but specifically, hide NFT is still a good thing to have. |
workaround query notBurned {
nFTEntities(filter: { burned: { distinctFrom: true } }) {
nodes {
burned
}
}
} |
I'm up to it, smart! |
Yup, legit for now! |
Closing in favour of #1367 |
Whenever someone send you item you don't want to be listed on profile
https://twitter.com/insider0x/status/1402373401851858945
Opensea introduced it as well
https://twitter.com/opensea/status/1402253451585859585
The text was updated successfully, but these errors were encountered: