williamflaherty / pearing

KCSW project
Other
1 stars 0 forks source link

Fixed get_messages and made a few minor refactors. #4

Closed danielcash closed 9 years ago

danielcash commented 9 years ago

Just trying to figure out the best way to fix this view stuff.

williamflaherty commented 9 years ago

@Mimimiel Would you mind reviewing these tonight?

Mimimiel commented 9 years ago

Also, thinking about this function some more, we don't need it. It doesn't make sense to poll a conversation based on one user...get_messages() really should be get_conversation()...i.e. exactly the same as get_messages but not user-agnostic.

danielcash commented 9 years ago

Agreed. Thanks for reviewing.