Skip to content

Commit

Permalink
Subscription Indicator Fix (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews authored Jan 8, 2025
1 parent f927e9e commit 79b8274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/App/Views/Shared/Labels/FullyQualifiedLabelView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ struct FullyQualifiedLabelView: View {

var showSubscriptionIndicator: Bool {
guard showSubscribedStatus,
entity is any CommunityStubProviding,
let userSession = appState.firstSession as? UserSession,
let communityId = postContext?.communityId,
let feedContextShowsIndicator = feedContext?.showSubscriptionIndicator else {
Expand Down

0 comments on commit 79b8274

Please sign in to comment.