Skip to content

Commit

Permalink
added a dependency for Conversation tags in Agent App
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed Mar 20, 2024
1 parent c4c3684 commit 9010b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Kommunicate/Classes/Models/ChatMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ChatMessage: ALKChatViewModelProtocol, Localizable {
var channelType: Int16
var isMessageEmpty: Bool
var platformSource: String?
var assignedTags: [KMAssignedTags]?

init(message: ALKChatViewModelProtocol) {
avatar = message.avatar
Expand Down

0 comments on commit 9010b63

Please sign in to comment.