After updating from Layer 0.17 to 0.22, I'm getting this build error: "Use of unresolved identifier 'LYRConversationOptionsDistinctByParticipantsKey'"
Code:
let currentConversation = try! appDelegate.layerClient.newConversation(withParticipants: participantSet,
options: [LYRConversationOptionsDistinctByParticipantsKey : 0])
(options on new line for readability)