aboutsummaryrefslogtreecommitdiff
path: root/matrix.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.go')
-rw-r--r--matrix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.go b/matrix.go
index 5992a60..d611bb0 100644
--- a/matrix.go
+++ b/matrix.go
@@ -160,7 +160,7 @@ func (c *MatrixContainer) HandleMessage(evt *gomatrix.Event) {
timestamp = time.Unix(timestampInt64/1000, timestampInt64%1000*1000)
}
- c.ui.MainView().AddMessage(evt.RoomID, evt.Sender, message, timestamp)
+ c.ui.MainView().AddRealMessage(evt.RoomID, evt.ID, evt.Sender, message, timestamp)
}
func (c *MatrixContainer) HandleMembership(evt *gomatrix.Event) {