mirror of https://github.com/zlatinb/muwire
fix constructor
parent
a0ac1cd3f4
commit
1b4876a861
|
@ -47,7 +47,8 @@ class ChatManager {
|
|||
eventBus.publish(new ChatConnectionEvent(status : ChatConnectionAttemptStatus.SUCCESSFUL,
|
||||
persona : me, connection : LocalChatLink.INSTANCE, defaultRoom: defaultChatRoom))
|
||||
} else {
|
||||
ChatClient client = new ChatClient(connector, eventBus, e.host, me, trustService, settings)
|
||||
ChatClient client = new ChatClient(connector, eventBus, e.host, me, profileSupplier,
|
||||
trustService, settings)
|
||||
clients.put(e.host, client)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue