Skip to content

Commit 9b7ed64

Browse files
authored
Communication: Add icon for OneToOneChats (#68)
1 parent ad51e94 commit 9b7ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SharedModels/Conversation/OneToOneChat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public struct OneToOneChat: BaseConversation {
3131
}
3232

3333
public var icon: Image? {
34-
nil
34+
Image(systemName: "lock.fill")
3535
}
3636
}
3737

0 commit comments

Comments
 (0)