rrbrambley / MessageBeast-Android

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

Provide way to delete associated action messages when deleting target message #40

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Although action messages could lay around and have no effect when a their target messages are deleted, it'd be nice to have the action messages deleted automatically. A couple ideas:

  1. ActionMessageManager listens for a broadcast that is sent whenever a delete happens, looks for action messages associated with the deleted message, deletes them.
  2. ChannelSyncManager has a method for deleting a message and does the same work as in 1) above.