X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebuffersyncer.cpp;h=2334e9dc2fe2227d21c60c3e4e58c27e801403de;hp=5f035a914933913be1bccaeda58a890606c9c900;hb=558260f52de5a9b1364f5672ace17554efc10a74;hpb=997fd2faaf19b25128fa7516be89aa5b0c165ae7 diff --git a/src/core/corebuffersyncer.cpp b/src/core/corebuffersyncer.cpp index 5f035a91..2334e9dc 100644 --- a/src/core/corebuffersyncer.cpp +++ b/src/core/corebuffersyncer.cpp @@ -26,7 +26,7 @@ #include "ircchannel.h" CoreBufferSyncer::CoreBufferSyncer(CoreSession *parent) - : BufferSyncer(parent), + : BufferSyncer(Core::bufferLastSeenMsgIds(parent->user()), parent), _coreSession(parent) { }