photos
photos copied to clipboard
Add long-term photo exists lookup
- [ ] Store original file hash in wallet (this ticket should probably go to Go later)
- [ ] Allow app to re-add file whenever without having to re-update everything.
related: https://github.com/textileio/textile-mobile/issues/650
related: https://github.com/textileio/textile-go/issues/324
@sanderpick what is our status here? Following the links of related issues, it looks like maybe we solved this with the Files API?
I think this is solved now on the Go side well enough. The next part of work that should happen here is in the native new photo monitoring script. Currently, that script is over-filtering to ensure it's not duplicating adds. Because of that, it's missing some cases that we can capture now. I'll have to read back through the code to make sense, but now we can shift the other way and capture all while getting a few duplicates which should be filtered by go.
one thing that the node could do to make this better is notify the client if a file already did exist or if it was newly minted on the add step.