kawa-kokosowa / msg

A simple, but powerful RESTful messaging library.
MIT License
3 stars 0 forks source link

ensure consistent ordering for messages returned #42

Open kawa-kokosowa opened 8 years ago

kawa-kokosowa commented 8 years ago

when returning messages (a list of messages) be sure they're ordered by time in ascending order by default, otherwise there should be a way to specify ascending_not_decending=True as a json property

should there be a modified timestamp? defaults to createddate. this way we can return the newest including by edit, not just created date alone