updateConversationAvailability

open fun updateConversationAvailability(    @NonNull context: Context,     @NonNull thread: ThreadItem,     availability: Boolean)

Call this method to update the availability property of the conversation in the local Database.

Conversation with available only recipient means that the message will be received by only available recipient.

Parameters

context

The application context

thread

the conversation.

availability

true to enable available only recipient option.