mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Load streamed tiddlers immediately, rather than scheduling a load
This commit is contained in:
parent
464d17b522
commit
4b1affee50
@ -190,8 +190,8 @@ MultiWikiClientAdaptor.prototype.connectServerStream = function(options) {
|
||||
options.syncer.wiki.deleteTiddler(data.title);
|
||||
options.syncer.processTaskQueue();
|
||||
} else {
|
||||
options.syncer.titlesToBeLoaded[data.title] = true;
|
||||
options.syncer.processTaskQueue();
|
||||
self.setTiddlerInfo(data.title,data.tiddler_id,data.bag_name);
|
||||
options.syncer.storeTiddler(data.tiddler);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user