improving code

This commit is contained in:
Mauro Romito
2022-10-10 18:44:19 +02:00
parent 5fcc56584b
commit f36ae5465f
@@ -260,7 +260,7 @@ private extension RoomDataSource {
return attributedText.string.starts(with: Constants.emoteMessageSlashCommandPrefix)
}
func handleReplaceFormattedMessage( for event: MXEvent,
func handleReplaceFormattedMessage(for event: MXEvent,
rawText: String,
html: String?,
success: @escaping ((String?) -> Void),