[network/ruqola] src/core/messages: Remove duplicate line

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 50072f09df2259f8ed22a7f3459c3eaa62635387 by Laurent Montel.
Committed on 03/08/2026 at 11:54.
Pushed by mlaurent into branch 'master'.

Remove duplicate line

M  +0    -1    src/core/messages/messageencrypted.cpp

https://invent.kde.org/network/ruqola/-/commit/50072f09df2259f8ed22a7f3459c3eaa62635387

diff --git a/src/core/messages/messageencrypted.cpp b/src/core/messages/messageencrypted.cpp
index 51b42ac9fc..b871c54271 100644
--- a/src/core/messages/messageencrypted.cpp
+++ b/src/core/messages/messageencrypted.cpp
@@ -109,7 +109,6 @@ MessageEncrypted *MessageEncrypted::deserialize(const QJsonObject &o)
     MessageEncrypted *encrypted = new MessageEncrypted;
     encrypted->setAlgorithm(o["algorithm"_L1].toString().toLatin1());
     encrypted->setCiphertext(o["ciphertext"_L1].toString());
-    encrypted->setCiphertext(o["ciphertext"_L1].toString());
     encrypted->setIv(o["iv"_L1].toString().toLatin1());
     encrypted->setKeyId(o["kid"_L1].toString().toLatin1());
     return encrypted;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.