From 93f45c0a94ec6054c5511185a9d52b3a2f392c5f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 9 Sep 2016 02:28:01 +0100 Subject: [PATCH] reemit notif timeline events correctly --- lib/sync.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sync.js b/lib/sync.js index f66a1133a..df7df05a5 100644 --- a/lib/sync.js +++ b/lib/sync.js @@ -73,6 +73,8 @@ function SyncApi(client, opts) { this._keepAliveTimer = null; this._connectionReturnedDefer = null; this._notifEvents = []; // accumulator of sync events in the current sync response + + reEmit(client, client.getNotifTimelineSet(), ["Room.timeline"]); } /**