Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

1.0.0-alpha11

Pre-release
Pre-release
Compare
Choose a tag to compare
@amseddi amseddi released this 14 Dec 16:48
· 43 commits to main since this release

[1.0.0-alpha11] - 2022-12-14

Added

Changed

  • Messaging Core: Renamed createDraftConversation to startConversation. It keeps the behavior of creating the conversation lazily when the patient sends the first message.
  • Messaging Core: createConversation has been renamed createConversationWithMessage and now has a required message argument. It should be used to start a conversation on behalf of the patient with a first message from them.

Fixed

  • Fixed some cases in MessagingCore where the success callback was called too in addition to the error callback when the method fails.

Versions