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.
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
andparticipant_ids
. Those information are miss if we use record save for update conversation.