X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorebuffersyncer.cpp;h=2334e9dc2fe2227d21c60c3e4e58c27e801403de;hb=73696998505c35c02bd019f78e9f502cbc36da5b;hp=5f035a914933913be1bccaeda58a890606c9c900;hpb=f0ac185f1fc99f64b49928c2886933ec927f265a;p=quassel.git 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) { }