profanityFilter property
If set to true
, the server will attempt to filter out profanities,
replacing all but the initial character in each filtered word with
asterisks, e.g. "f***".
If set to false
or omitted, profanities won't be filtered out.
Implementation
core.bool? profanityFilter;