mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Use latest user data for mention pills
This commit is contained in:
@@ -117,6 +117,7 @@ class ThreadSummaryView: UIView {
|
||||
let formatterError = UnsafeMutablePointer<MXKEventFormatterError>.allocate(capacity: 1)
|
||||
let lastMessageText = eventFormatter.attributedString(from: lastMessage.replyStrippedVersion,
|
||||
with: roomState,
|
||||
andLatestRoomState: nil,
|
||||
error: formatterError)
|
||||
|
||||
let model = ThreadSummaryModel(numberOfReplies: thread.numberOfReplies,
|
||||
|
||||
Reference in New Issue
Block a user