Closed asutula closed 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?
Cool not surprised. I probably had some other big that made me think it wasn’t there. I’ll verify and close this
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.