mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Threads: added support to notifications count (MSC3773)
This commit is contained in:
@@ -210,7 +210,7 @@ final class ThreadListViewModel: ThreadListViewModelProtocol {
|
||||
return eventFormatter.attributedString(from: message.replyStrippedVersion,
|
||||
with: roomState,
|
||||
andLatestRoomState: nil,
|
||||
error: formatterError).vc_byRemovingLinks
|
||||
error: formatterError)?.vc_byRemovingLinks
|
||||
}
|
||||
|
||||
private func lastMessageTextAndTime(forThread thread: MXThreadProtocol) -> (NSAttributedString?, String?) {
|
||||
|
||||
Reference in New Issue
Block a user