From 5faba3da4e9cf311630d8d764d48b8d7c9b7d2cf Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 09:51:03 +0800 Subject: [PATCH] update --- msg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msg.go b/msg.go index 3f436a9..45b2fe7 100644 --- a/msg.go +++ b/msg.go @@ -237,6 +237,7 @@ func parseSubTypeMessageWithdrawRcv(m *ChatWarsMessage, r *regexp.Regexp) (*Chat } } cwm.ItemList = items + cwm.Msg = m return &cwm, nil } @@ -256,6 +257,7 @@ func parseSubTypeMessageGStockAnyAck(m *ChatWarsMessage, r *regexp.Regexp) (*Cha } } cwm.ItemList = items + cwm.Msg = m return &cwm, nil }