update
This commit is contained in:
parent
3c2be4892b
commit
5faba3da4e
2
msg.go
2
msg.go
@ -237,6 +237,7 @@ func parseSubTypeMessageWithdrawRcv(m *ChatWarsMessage, r *regexp.Regexp) (*Chat
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
cwm.ItemList = items
|
cwm.ItemList = items
|
||||||
|
cwm.Msg = m
|
||||||
return &cwm, nil
|
return &cwm, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -256,6 +257,7 @@ func parseSubTypeMessageGStockAnyAck(m *ChatWarsMessage, r *regexp.Regexp) (*Cha
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
cwm.ItemList = items
|
cwm.ItemList = items
|
||||||
|
cwm.Msg = m
|
||||||
return &cwm, nil
|
return &cwm, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user