https://github.com/commonHR/commonApp/blob/master/www/templates/conversation.html#L8 instead of `(message.recipient===userData.screen_name)` try `message.recipient === userData.screen_name` :)
https://github.com/commonHR/commonApp/blob/master/www/templates/conversation.html#L8
instead of
(message.recipient===userData.screen_name)trymessage.recipient === userData.screen_name:)