From 39576fea96c6cac275addc1602f1cc5af464f745 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 20 Feb 2021 13:05:21 -0500 Subject: Create function for processing whether a message is a reply --- src/Utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Utils.h') diff --git a/src/Utils.h b/src/Utils.h index 373bed01..1dc5ffd6 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -310,4 +310,7 @@ restoreCombobox(QComboBox *combo, const QString &value); //! Read image respecting exif orientation QImage readImage(const QByteArray *data); + +bool +isReply(const mtx::events::collections::TimelineEvents &e); } -- cgit 1.4.1