We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc03e2b commit f2115f2Copy full SHA for f2115f2
Modules/Sources/NotificationsClient/NotificationsClient.swift
@@ -224,7 +224,7 @@ extension NotificationsClient: DependencyKey {
224
content.title = "Новое на форуме"
225
content.body = item.name
226
case .topic:
227
- content.title = "\(item.authorName.convertCodes()) в теме"
+ content.title = item.unreadCount & 4 != 0 ? "Обновилась шапка" : "\(item.authorName.convertCodes()) в теме"
228
229
case .forumMention:
230
content.title = "Упоминание в теме \(item.name)"
0 commit comments