rrbrambley / MessageBeast-ObjC

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

Unsent messages with actions applied lose action after message is sent. #33

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Because the message id changes after a message is sent, action messages that are created for unsent messages no longer apply after the unsent message gets sent. After a message is sent, we should somehow, automatically determine which actions have been applied to it and create new action messages for that message.

rrbrambley commented 10 years ago

Action messages can no longer be sent until after the target messages are sent. So this problem is mostly fixed as of fef8f0eb12162e3a0ff91a84923d885dffc460d8, but another issue has been opened to make things better: https://github.com/rrbrambley/MessageBeast-ObjC/issues/36