mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Render links and mentions as regular text in thread list
This commit is contained in:
@@ -209,7 +209,7 @@ final class ThreadListViewModel: ThreadListViewModelProtocol {
|
||||
let formatterError = UnsafeMutablePointer<MXKEventFormatterError>.allocate(capacity: 1)
|
||||
return eventFormatter.attributedString(from: message.replyStrippedVersion,
|
||||
with: roomState,
|
||||
error: formatterError)
|
||||
error: formatterError).byRemovingLinks
|
||||
}
|
||||
|
||||
private func lastMessageTextAndTime(forThread thread: MXThreadProtocol) -> (NSAttributedString?, String?) {
|
||||
|
||||
Reference in New Issue
Block a user