textileio / go-textile

[DEPRECATED] Textile is a set of tools and infrastructure for building composable apps and services on the IPFS network
https://textile.io
MIT License
357 stars 43 forks source link

mobile api: need initial sync group state event #829

Closed asutula closed 5 years ago

asutula commented 5 years ago

Is your feature request related to a problem? Please describe. Yes, I'm implementing mobile file sync and it seems there is no initial event when a file is marked as pending.

Describe the solution you'd like There should be an event fired when the first file in a group is marked as pending. This will notify any listener that an item is beginning to be processed.

sanderpick commented 5 years ago

It looks like this is already in there: https://github.com/textileio/go-textile/blob/master/mobile/cafes.go#L138 - you sure you don't see it?

asutula commented 5 years ago

Cool not surprised. I probably had some other big that made me think it wasn’t there. I’ll verify and close this