Skip to content

Commit

Permalink
fix: add missing dashes on blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Nov 21, 2021
1 parent 223f2b4 commit abd65ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export const state = () => ({
{
name: 'Gay blocklist',
tags: [
'gay',
'gay_sex',
'solo_male',
'male_only',
'male_focus',
'male/male',
'male_penetrated',
'male_penetrating_male',
'-gay',
'-gay_sex',
'-solo_male',
'-male_only',
'-male_focus',
'-male/male',
'-male_penetrated',
'-male_penetrating_male',
],
},
{
Expand All @@ -47,7 +47,7 @@ export const state = () => ({
},
{
name: 'Indecencies blocklist',
tags: ['-shitting', '-scat', '-diaper', '-fart', '-shitpost', '-gore'],
tags: ['-scat', '-shitting', '-diaper', '-fart', '-shitpost', '-gore'],
},
],

Expand Down

0 comments on commit abd65ff

Please sign in to comment.