Skip to content

Commit

Permalink
Merge branch 'main' into beta53
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko authored Apr 8, 2024
2 parents 82bf952 + 971fd41 commit a4b5363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applogic/gensokyo.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ func processMessage(response string, msg structs.OnebotGroupMessage, newmesssage
//CallbackData := GetStringById(lastMessageID)
uerid := strconv.FormatInt(msg.UserID, 10)
messageSSE := structs.InterfaceBody{
Content: accumulatedMessage,
Content: accumulatedMessage + "\n",
State: 1,
ActionButton: 10,
CallbackData: uerid,
Expand All @@ -611,7 +611,7 @@ func processMessage(response string, msg structs.OnebotGroupMessage, newmesssage
} else {
//SSE的前半部分
messageSSE := structs.InterfaceBody{
Content: accumulatedMessage,
Content: accumulatedMessage + "\n",
State: 1,
}
utils.SendPrivateMessageSSE(msg.UserID, messageSSE)
Expand Down

0 comments on commit a4b5363

Please sign in to comment.