Skip to content

Commit e0f8122

Browse files
Update KMConversationDetail.swift
1 parent ad4c98d commit e0f8122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Kommunicate/Classes/KMConversationDetail.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public protocol KMGroupUserType {
5050
var role: KMGroupUser.RoleType { get }
5151
}
5252

53-
public class KMGroupUser: ALGroupUser, KMGroupUserType, Encodable {
53+
public class KMGroupUser: KMCoreGroupUser, KMGroupUserType, Encodable {
5454
public enum RoleType: Int {
5555
case agent = 1
5656
case bot = 2

0 commit comments

Comments
 (0)