rrbrambley / MessageBeast-Android

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

Unsent MessagePlus objects should not automatically have Ohai display date annotation #41

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Perhaps this should be optional, or an array of annotations should be optional.

rrbrambley commented 10 years ago

I have actually changed my mind on this. It makes sense to use display date.

As of 1bf426c6f90f81fc8d85df723908df8963923ac7, if the base message (used to create the unsent MessagePlus) has a display date annotation, it will not get overridden by the one generated in the MessagePlus.

Closing.