Skip to content

Commit

Permalink
Merge branch 'main' into beta57
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko authored Apr 10, 2024
2 parents d6bbadf + 6ab103f commit c46e58d
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 @@ -610,7 +610,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 @@ -619,7 +619,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 c46e58d

Please sign in to comment.