mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Strip in reply to from thread summary and from the latest message
This commit is contained in:
@@ -115,7 +115,7 @@ class ThreadSummaryView: UIView {
|
||||
room.state { [weak self] roomState in
|
||||
guard let self = self else { return }
|
||||
let formatterError = UnsafeMutablePointer<MXKEventFormatterError>.allocate(capacity: 1)
|
||||
let lastMessageText = eventFormatter.attributedString(from: lastMessage,
|
||||
let lastMessageText = eventFormatter.attributedString(from: lastMessage.replyStrippedVersion,
|
||||
with: roomState,
|
||||
error: formatterError)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user