Skip to content
Snippets Groups Projects

Fixes for 'connections' flow

Files

@@ -185,6 +185,7 @@ struct DependencyRegistrator {
newGroupFactory: CreateGroupController.init,
requestsFactory: RequestsContainerController.init,
contactFactory: ContactController.init(_:),
singleChatFactory: SingleChatController.init(_:),
groupChatFactory: GroupChatController.init(_:),
groupPopupFactory: CreatePopupController.init(_:_:)
) as ContactListCoordinating)
Loading