In the Notepad app (but not Tank), the default privacy setting for a hub should be true.
A privacy() method should be added to the hub model, in a similar way to the archived() method.
The Notepad app should use that method (or some other method, if relevant) before saving the hub.
The default privacy should probably be a property in the Tasket.settings object. It can be true by default, but then overridden by Notepad.
In the Notepad app (but not Tank), the default
privacy
setting for a hub should betrue
.A privacy() method should be added to the hub model, in a similar way to the archived() method. The Notepad app should use that method (or some other method, if relevant) before saving the hub.
The default privacy should probably be a property in the
Tasket.settings
object. It can betrue
by default, but then overridden by Notepad.