[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread HokieGeek
Yes, it does. The first client that requests the wiki gets just the default tiddlers, but all other requests get whatever tiddlers that one instance has On Thursday, April 16, 2020 at 4:18:30 PM UTC-4, Saq Imtiaz wrote: > > I suspect this change in the sync behaviour has unanticipated >

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread Saq Imtiaz
I suspect this change in the sync behaviour has unanticipated consequences, which we are seeing now. Does the same problem occur if you shutdown the node instance, delete the storylist and then restart it? On Thursday, April 16, 2020 at 8:46:21 PM UTC+2, HokieGeek wrote: > > I spoke a little

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread HokieGeek
I spoke a little too soon. It's *almost* fixed in that it no longer is live synching, but now I have a less terrible issue but still gonna keep me from upgrading. The issue: If I have a browser instance opened to my wiki, the next instances will all the default tiddlers as expected, but then

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread HokieGeek
Excellent! The PublishFilter did not work, but SyncFilter seems to be working great. And, it has the added bonus of being the thing I should have been doing all along! Thank you! On Thursday, April 16, 2020 at 12:49:48 PM UTC-4, Saq Imtiaz wrote: > > Another option might be tweak the

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread Saq Imtiaz
Another option might be tweak the syncFilter in $:/config/SyncFilter to not sync $:/StoryList The publishFilter may only apply to the single file version and not on node. On Thursday, April 16, 2020 at 6:38:18 PM UTC+2, Saq Imtiaz wrote: > > This is a consequences of a change in behaviour in

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread Saq Imtiaz
This is a consequences of a change in behaviour in syncing of system tiddlers. A workaround is to use the publishFilter to exclude the storyList from being saved. Eric provides instructions here:

[tw5] Re: Single StoryList in 5.1.22 results in loss of "session behavior" when on Node.js

2020-04-16 Thread HokieGeek
Added a screecast showing the behavior: https://youtu.be/FM1pFayWd_M On Thursday, April 16, 2020 at 11:26:27 AM UTC-4, HokieGeek wrote: > > Sorry if I missed this being brought up, but I am running TW 5.1.22 on > node.js a change to the StoryList has caused what I think is an unintended >