summaryrefslogtreecommitdiffstats
path: root/synchronizer/listener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synchronizer/listener.cpp')
-rw-r--r--synchronizer/listener.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp
index 6098856..147ed9f 100644
--- a/synchronizer/listener.cpp
+++ b/synchronizer/listener.cpp
@@ -309,6 +309,7 @@ void Listener::refreshRevision()
309 309
310void Listener::updateClientsWithRevision() 310void Listener::updateClientsWithRevision()
311{ 311{
312 //FIXME don't send revision updates for revisions that are still being processed.
312 auto command = Akonadi2::CreateRevisionUpdate(m_fbb, m_pipeline->storage().maxRevision()); 313 auto command = Akonadi2::CreateRevisionUpdate(m_fbb, m_pipeline->storage().maxRevision());
313 Akonadi2::FinishRevisionUpdateBuffer(m_fbb, command); 314 Akonadi2::FinishRevisionUpdateBuffer(m_fbb, command);
314 315