Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lixm1988 authored Aug 29, 2024
2 parents 22c6b04 + 61106a0 commit 17c7523
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ import UIKit
if let userId = extensionInfo["uid"] as? String {
customExt["uid"] = userId
ext.removeValue(forKey: "uid")
// customExt["moderation"] = ["enable": true,
// "contents": [[
// "type": "text",
// "data": "习近平"]]
// ].chat.jsonString
}
if let avatar = extensionInfo["avatar"] as? String {
customExt["avatar"] = avatar
Expand Down

0 comments on commit 17c7523

Please sign in to comment.