From 0ecd91e142e3cf52ee55b98e215685a21ab444b1 Mon Sep 17 00:00:00 2001 From: Mrs4s <1844812067@qq.com> Date: Wed, 29 Jul 2020 07:38:27 +0800 Subject: [PATCH] fix issue of multi msg cannot view on android client. --- client/global.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/client/global.go b/client/global.go index 7b16a40a..df6172e1 100644 --- a/client/global.go +++ b/client/global.go @@ -279,17 +279,7 @@ func packRequestDataV3(data []byte) (r []byte) { } func genForwardCard(resId, preview, title, brief, source, summary string, ts int64) *message.SendingMessage { - template := fmt.Sprintf(` - - - - %s - %s -
- %s -
- -
`, brief, resId, ts, title, preview, summary, source) + template := fmt.Sprintf(`%s %s
%s
`, brief, resId, ts, title, preview, summary, source) return &message.SendingMessage{Elements: []message.IMessageElement{ &message.ServiceElement{ Id: 35,