X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmessage.cpp;h=cfe162efa8cc07789abac8fe077a0e81229e1d16;hb=refs%2Ftags%2F0.14-rc1;hp=1367b40cc9e9f4e26016e16f081744a82ae4a8cb;hpb=edc55b1f86cf613a332eeeb5d85537a54120dfa5;p=quassel.git diff --git a/src/common/message.cpp b/src/common/message.cpp index 1367b40c..cfe162ef 100644 --- a/src/common/message.cpp +++ b/src/common/message.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -71,7 +71,6 @@ QDataStream& operator<<(QDataStream& out, const Message& msg) Q_ASSERT(SignalProxy::current()); Q_ASSERT(SignalProxy::current()->targetPeer()); - // We do not serialize the sender prefixes until we have a new protocol or client-features implemented out << msg.msgId(); if (SignalProxy::current()->targetPeer()->hasFeature(Quassel::Feature::LongTime)) {