SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

Send message changed event after conversation and user_conversation updated #233

Closed carmenlau closed 5 years ago

carmenlau commented 5 years ago

connect #229

The original implementation send the new message event in after saved hook already. But after the event is sent, there are sql to updated unread count and conversation last message... This PR update to send the message event after those related records update.