proper include_actions for 'places' tab.

This commit is contained in:
howard-stearns 2016-11-21 16:22:02 -08:00
parent 066a518142
commit 2beed7e70b

View file

@ -438,7 +438,7 @@ Window {
function getUserStoryPage(pageNumber, cb) { // cb(error) after all pages of domain data have been added to model
var options = [
'now=' + new Date().toISOString(),
'include_actions=snapshot,concurrency',
'include_actions=' + selectedTab.includeActions,
'restriction=' + (Account.isLoggedIn() ? 'open,hifi' : 'open'),
'require_online=true',
'protocol=' + encodeURIComponent(AddressManager.protocolVersion()),