rrbrambley / MessageBeast-Android

A library for building Message-based apps on App.net
MIT License
5 stars 0 forks source link

Add better support for sending action messages without client app initiation #42

Open rrbrambley opened 10 years ago

rrbrambley commented 10 years ago

See https://github.com/rrbrambley/MessageBeast-Android/issues/39.

Basically, now that a client app should not send unsent messages for an Action Channel, we should find ways to do this automatically, and better. Currently, after an action message's target message is sent successfully, ActionMessageManager gets a chance to then update its action message specs and then send unsent action messages. For this reason, this should work MOST of the time, but there will be scenarios when the action messages do not get sent (e.g. 429 too many requests), and will have to be sent later.