mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Improve scrolling behaviour and add name colors
This commit is contained in:
-2
@@ -35,7 +35,6 @@ class TemplateRoomChatService: TemplateRoomChatServiceProtocol {
|
||||
private let eventFormatter: EventFormatter
|
||||
private var roomState: MXRoomState?
|
||||
private var roomListenerReference: Any?
|
||||
private var usernameColorGenerator: UserNameColorGenerator()
|
||||
|
||||
// MARK: Public
|
||||
private(set) var chatMessagesSubject: CurrentValueSubject<[TemplateRoomChatMessage], Never>
|
||||
@@ -47,7 +46,6 @@ class TemplateRoomChatService: TemplateRoomChatServiceProtocol {
|
||||
// MARK: - Setup
|
||||
|
||||
init(room: MXRoom) {
|
||||
)
|
||||
self.room = room
|
||||
self.eventFormatter = EventFormatter(matrixSession: room.mxSession)
|
||||
self.chatMessagesSubject = CurrentValueSubject([])
|
||||
|
||||
Reference in New Issue
Block a user