Skip to content

Commit

Permalink
Communication: Add subtype reference to channel (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Dec 17, 2024
1 parent 032fd02 commit 787cc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SharedModels/Conversation/Channel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public struct Channel: BaseConversation {
public var tutorialGroupId: Int?
public var tutorialGroupTitle: String?
public var subType: ChannelSubType?
public var subTypeReferenceId: Int?

public var conversationName: String {
if isArchived ?? false {
Expand Down

0 comments on commit 787cc65

Please sign in to comment.