ajones05 / seearound.me-ionic

0 stars 0 forks source link

Alerts for message - goes to blank conversation #110

Closed ajones05 closed 7 years ago

ajones05 commented 8 years ago

In testing the messaging functionality, I generated many new alerts for "[user] has sent you a new message" - but when I hit the alert it brings me to a blank conversation.

abdulhafeez commented 7 years ago

@yuriyua As you know, we recently changed some parameter names in conversations. We changed Name to senderName and Profile_image to senderImage. Can you please also make this change in mobile/unreadmessages where I am still getting old property names in the response list of this API:

[{"id":"117","sender_id":"379","subject":"Test","message":"Hi","created":"2016-09-24 01:31:45","reciever_read":0,"Name":"Test","Email_id":"test@test.com","Profile_image":"http://www.seearound.me/uploads/default.jpg"}]

yuriyua commented 7 years ago

done https://github.com/ajones05/seearound.me/wiki/Mobile-Api-Reference/_compare/6e6911d230889d84e014da649c94f033cd11d1a9...4e07afdda98f344c0e46ac42ec3c17b944b90fd2

abdulhafeez commented 7 years ago

Thanks! This is working OK now.