Yeah, try LJ::Entry::security -- that should do all the required "magic", even in visible_to (But DW probably has calls to other weird obscure things)
* maintainer-defined lj-cut. * similarly I want to add a [$action added by maintainer] thing at the end of the entry.
I would base both on how the adult "lj-cut" is inserted (DW::Logic::AdultContent::transform_post).
* maintainer-defined comment disabling.
That should be reasonable.
* the adult content flag/reason, which I'm using as a model, has separate functions for determining what the flag is and who it was set by.
It's really a good idea to not access props directly (except from one place) See what you'll have to do with comment disabling -- we want to avoid future devs having to do that.
no subject
* security continuied:
Yeah, try LJ::Entry::security -- that should do all the required "magic", even in visible_to (But DW probably has calls to other weird obscure things)
* maintainer-defined lj-cut.
* similarly I want to add a [$action added by maintainer] thing at the end of the entry.
I would base both on how the adult "lj-cut" is inserted (DW::Logic::AdultContent::transform_post).
* maintainer-defined comment disabling.
That should be reasonable.
* the adult content flag/reason, which I'm using as a model, has separate functions for determining what the flag is and who it was set by.
It's really a good idea to not access props directly (except from one place)
See what you'll have to do with comment disabling -- we want to avoid future devs having to do that.
This enough of a start for you?