rrbrambley / MessageBeast-ObjC

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

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

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.
rrbrambley commented 10 years ago

added in 84dbecfa16b4e47d4e9cf0dc180ef17130e1a9e9