mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Show badge for channels subscriptions
This commit is contained in:
@@ -70,6 +70,7 @@ final class SubscribedChannelsModel: ObservableObject, CacheModel {
|
||||
if let channels: [Channel] = resource.typedContent() {
|
||||
self.channels = channels
|
||||
self.storeChannels(account: account, channels: channels)
|
||||
FeedModel.shared.calculateUnwatchedFeed()
|
||||
onSuccess()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user