bufferviews are now saved periodically
[quassel.git] / src / core / corebuffersyncer.cpp
index 5f035a9..2334e9d 100644 (file)
@@ -26,7 +26,7 @@
 #include "ircchannel.h"
 
 CoreBufferSyncer::CoreBufferSyncer(CoreSession *parent)
-  : BufferSyncer(parent),
+  : BufferSyncer(Core::bufferLastSeenMsgIds(parent->user()), parent),
     _coreSession(parent)
 {
 }