Skip to content

Commit

Permalink
update lagrange core
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRRb committed Aug 26, 2024
1 parent 6d802e8 commit e335c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lagrange.Kritor/src/Converter/MessageConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static Element[] ToElements(this MessageChain chain) {
.SetImageElement(new ImageElement()
.SetFileUrl(image.ImageUrl)
// .SetFileMd5(image.ImageHash) // WaitToReview: Lagrange NotSupport
// .SetSubType(image.SubType) // WaitToReview: Lagrange IneternalValue
.SetSubType((uint)image.SubType)
.SetFileType(ImageType.Common)
),
RecordEntity record => new Element()
Expand Down

0 comments on commit e335c03

Please sign in to comment.