Skip to content

Commit

Permalink
漏了添加单文字消息
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1911-Jiang committed Mar 5, 2023
1 parent 2e34d16 commit 533de73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GreenOnions.Replier/Replier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private GreenOnionsMessages ReplaceImages(string textMessage)
}
itemText.Append(textMessage[i]);
}
splitedText.Add(itemText.ToString());
splitedText = splitedText.Where(t => !string.IsNullOrEmpty(t)).ToList();

GreenOnionsMessages messages = new GreenOnionsMessages();
Expand Down

0 comments on commit 533de73

Please sign in to comment.