mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Use latest user data for mention pills
This commit is contained in:
@@ -148,8 +148,10 @@ private final class CollapsibleBubbleCellData: MXKRoomBubbleCellData {
|
||||
|
||||
private final class CountingEventFormatter: MXKEventFormatter {
|
||||
|
||||
override func attributedString(from events: [MXEvent]!, with roomState: MXRoomState!, error: UnsafeMutablePointer<MXKEventFormatterError>!) -> NSAttributedString! {
|
||||
override func attributedString(from events: [MXEvent]!,
|
||||
with roomState: MXRoomState!,
|
||||
andLatestRoomState latestRoomState: MXRoomState!,
|
||||
error: UnsafeMutablePointer<MXKEventFormatterError>!) -> NSAttributedString! {
|
||||
NSAttributedString(string: "\(events.count)")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user