Update API [skip ci]

This commit is contained in:
Ilya Laktyushin
2022-12-07 19:20:45 +04:00
parent 371e0f092b
commit 07070d1212
9 changed files with 66 additions and 12 deletions

View File

@@ -825,6 +825,8 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
attributedString = addAttributesToStringWithRanges(strings.Notification_ForumTopicIconChanged(".")._tuple, body: bodyAttributes, argumentAttributes: [0: MarkdownAttributeSet(font: titleFont, textColor: primaryTextColor, additionalAttributes: [ChatTextInputAttributes.customEmoji.rawValue: ChatTextInputTextCustomEmojiAttribute(interactivelySelectedFromPackId: nil, fileId: maybeFileId, file: nil, topicInfo: maybeFileId == 0 ? (message.threadId ?? 0, EngineMessageHistoryThread.Info(title: title, icon: nil, iconColor: iconColor)) : nil)])])
}
}
case .suggestedProfilePhoto:
attributedString = nil
case .unknown:
attributedString = nil
}