|
@@ -3561,7 +3561,7 @@ extension EditorGroup: UITableViewDelegate, UITableViewDataSource {
|
|
|
textChat = textChat!.trimmingCharacters(in: .whitespacesAndNewlines)
|
|
|
}
|
|
|
let listTextEnter = textChat!.split(separator: "\n")
|
|
|
- var finalAtribute = textChat!.richText()
|
|
|
+ let finalAtribute = textChat!.richText(group_id: self.dataGroup["group_id"] as! String)
|
|
|
var containsLink = false
|
|
|
for j in 0...listTextEnter.count - 1 {
|
|
|
let listText = listTextEnter[j].split(separator: " ")
|