mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
reorganize policies in order of compute intensity
This commit is contained in:
parent
889d36c7d6
commit
4ca16856b7
1 changed files with 3 additions and 3 deletions
|
|
@ -35,11 +35,11 @@ export const normalizeNpub = (itm: string) => {
|
|||
|
||||
export const DEFAULT_POLICY_SPEC: PolicySpec = {
|
||||
policies: [
|
||||
{ 'name': 'AntiDuplicationPolicy' },
|
||||
{ 'name': 'HellthreadPolicy' },
|
||||
{ 'name': 'ReplyBotPolicy' },
|
||||
{ 'name': 'SizePolicy' },
|
||||
{ 'name': 'HellthreadPolicy' },
|
||||
{ 'name': 'HashtagPolicy', 'params': { 'hashtags': ['NSFW', 'explicit', 'violence', 'cp', 'porn'] } },
|
||||
{ 'name': 'ReplyBotPolicy' },
|
||||
{ 'name': 'AntiDuplicationPolicy' },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue