Actions
Feature proposal #8803
closedImplement ACL for certain parser features
Description
For example if you only want to allow substitution parsing on posts made my moderators or from the system, etc..
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The following parsing features now can also be controlled via view access level.
substitutions
content plugins
bbcode
links
link previews
stickers
mentions
reactions
hashtags
This is retroactive as well. So if access is lost the visibility of all these will be suppressed. The following do NOT have additional access controls.
likes
comments
Comments access controls are handled via their comment streams. Likes are entirely based off asset access and nothing more.
Actions