From a9199dd9f2fa4b79a3c8b16d2cd46446651fdb81 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 10 Apr 2019 22:49:33 +0300 Subject: Split container/text HTML entities and add support for
--- ui/messages/parser.go | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/messages/parser.go') diff --git a/ui/messages/parser.go b/ui/messages/parser.go index 75e010a..0723257 100644 --- a/ui/messages/parser.go +++ b/ui/messages/parser.go @@ -54,7 +54,6 @@ func ParseEvent(matrix ifc.MatrixContainer, mainView ifc.MainView, room *rooms.R } if replyToMsg := getCachedEvent(mainView, replyToRoom.ID, evt.Content.GetReplyTo()); replyToMsg != nil { - debug.Print("Cloning cached UIMessage", replyToMsg) replyToMsg = replyToMsg.Clone() replyToMsg.SetReplyTo(nil) msg.SetReplyTo(replyToMsg) -- cgit v1.2.3