Skip to content

Commit 8f9f134

Browse files
Kajiekazzfumiama
andcommitted
Update plugin/crypter/handlers.go
Co-authored-by: fumiama <41315874+fumiama@users.noreply.github.com>
1 parent 014a0a8 commit 8f9f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)