From 953634c9b5942d7c02c81484252ceb2a61e2ab57 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 5 Jan 2018 15:28:38 +0200 Subject: Enable read receipts on messages sent through nheko --- include/timeline/TimelineItem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/timeline/TimelineItem.h b/include/timeline/TimelineItem.h index d7e7911a..9a0aee1d 100644 --- a/include/timeline/TimelineItem.h +++ b/include/timeline/TimelineItem.h @@ -83,6 +83,7 @@ public: void setUserAvatar(const QImage &pixmap); DescInfo descriptionMessage() const { return descriptionMsg_; } QString eventId() const { return event_id_; } + void setEventId(const QString &event_id) { event_id_ = event_id; } ~TimelineItem(); -- cgit 1.5.1