|
|
@ -233,10 +233,10 @@ final class ConversationTitleView: UIView {
|
|
|
|
attributedText: NSAttributedString(attachment: imageAttachment)
|
|
|
|
attributedText: NSAttributedString(attachment: imageAttachment)
|
|
|
|
.appending(string: " ")
|
|
|
|
.appending(string: " ")
|
|
|
|
.appending(
|
|
|
|
.appending(
|
|
|
|
string: "disappearingMessagesDisappear"
|
|
|
|
string: (config.type ?? .unknown)
|
|
|
|
.put(key: "disappearing_messages_type", value: (config.type?.localizedName ?? ""))
|
|
|
|
.localizedState(
|
|
|
|
.put(key: "time", value: floor(config.durationSeconds).formatted(format: .short))
|
|
|
|
durationString: floor(config.durationSeconds).formatted(format: .short)
|
|
|
|
.localized()
|
|
|
|
)
|
|
|
|
),
|
|
|
|
),
|
|
|
|
accessibility: Accessibility(
|
|
|
|
accessibility: Accessibility(
|
|
|
|
identifier: "Disappearing messages type and time",
|
|
|
|
identifier: "Disappearing messages type and time",
|
|
|
|