Skip to content

Commit 2141a64

Browse files
Kajiekazzfumiama
andauthored
Update plugin/crypter/handlers.go
Co-authored-by: fumiama <41315874+fumiama@users.noreply.github.com>
1 parent 4b6fb53 commit 2141a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/crypter/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func serializeMsg(segs message.Message) string {
2424
for _, seg := range segs {
2525
switch seg.Type {
2626
case "text":
27-
sb.WriteString(fmt.Sprintf("%v", seg.Data["text"]))
27+
sb.WriteString(seg.Data["text"])
2828
case "face":
2929
fmt.Fprintf(&sb, "{{face:%v}}", seg.Data["id"])
3030
}

0 commit comments

Comments
 (0)