Add a V2 version of the AttributedStringBuilder as a verbatim copy of the original one (for now)

This commit is contained in:
Stefan Ceriu
2025-08-21 13:14:47 +03:00
committed by Doug
parent bd60a50a7e
commit 23a5d50067
5 changed files with 428 additions and 14 deletions

View File

@@ -162,6 +162,12 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationFlowCoordinatorDeleg
}
.store(in: &cancellables)
appSettings.$nextGenHTMLParserEnabled
.sink { value in
AttributedStringBuilder.useNextGenHTMLParser = value
}
.store(in: &cancellables)
elementCallService.actions
.receive(on: DispatchQueue.main)
.sink { [weak self] action in