From b6d341f649dd12cd884d43fc6d21dfa8f1bdac95 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Fri, 6 May 2022 16:38:47 +0200 Subject: Message: Add isCarbonForwarded attribute It's now also possible to see which messages were carbon forwarded when using the CarbonManagerV2. --- src/base/QXmppMessage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/QXmppMessage.h') diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index ba6917c4..43949118 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -173,6 +173,8 @@ public: // XEP-0280: Message Carbons bool isPrivate() const; void setPrivate(const bool); + bool isCarbonForwarded() const; + void setCarbonForwarded(bool); // XEP-0308: Last Message Correction QString replaceId() const; -- cgit v1.2.3