SkygearIO / chat

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

Should have lambda to update conversation #217

Open carmenlau opened 6 years ago

carmenlau commented 6 years ago

version: 1.4.0-1

Currently we had get and create conversation lambda and used record save for conversation update. To be consistent, we should add update conversation lambda. Also, get and create conversation will add extra information to record admin_ids and participant_ids. Those information are miss if we use record save for update conversation.