"Rejects or delists posts based on their timestamp deviance from your server's clock.",
children:[
%{
key::threshold,
type::integer,
description:"Required age (in seconds) of a post before actions are taken.",
suggestions:[172_800]
},
%{
key::actions,
type:{:list,:atom},
description:
"A list of actions to apply to the post. `:delist` removes the post from public timelines; "<>
"`:strip_followers` removes followers from the ActivityPub recipient list ensuring they won't be delivered to home timelines, additionally for followers-only it degrades to a direct activity; "<>